jar

com.github.darrachequesne : spring-data-jpa-datatables

Maven & Gradle

Feb 12, 2023
418 stars

Spring Data JPA for DataTables · Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)

Table Of Contents

Latest Version

Download com.github.darrachequesne : spring-data-jpa-datatables JAR file - Latest Versions:

All Versions

Download com.github.darrachequesne : spring-data-jpa-datatables JAR file - All Versions:

Version Vulnerabilities Size Updated
6.0.x
5.2.x
5.1.x
5.0.x
4.3
4.2
4.1
4.0
3.1
3.0
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.5
1.4
1.3
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-data-jpa-datatables-6.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.data.jpa.datatables.repository

├─ org.springframework.data.jpa.datatables.repository.DataTablesRepository.class - [JAR]

├─ org.springframework.data.jpa.datatables.repository.DataTablesRepositoryFactoryBean.class - [JAR]

├─ org.springframework.data.jpa.datatables.repository.DataTablesRepositoryImpl.class - [JAR]

org.springframework.data.jpa.datatables.mapping

├─ org.springframework.data.jpa.datatables.mapping.Column.class - [JAR]

├─ org.springframework.data.jpa.datatables.mapping.DataTablesInput.class - [JAR]

├─ org.springframework.data.jpa.datatables.mapping.DataTablesOutput.class - [JAR]

├─ org.springframework.data.jpa.datatables.mapping.Order.class - [JAR]

├─ org.springframework.data.jpa.datatables.mapping.Search.class - [JAR]

├─ org.springframework.data.jpa.datatables.mapping.SearchPanes.class - [JAR]

org.springframework.data.jpa.datatables

├─ org.springframework.data.jpa.datatables.AbstractPredicateBuilder.class - [JAR]

├─ org.springframework.data.jpa.datatables.ColumnFilter.class - [JAR]

├─ org.springframework.data.jpa.datatables.Filter.class - [JAR]

├─ org.springframework.data.jpa.datatables.GlobalFilter.class - [JAR]

├─ org.springframework.data.jpa.datatables.Node.class - [JAR]

├─ org.springframework.data.jpa.datatables.PredicateBuilder.class - [JAR]

├─ org.springframework.data.jpa.datatables.SpecificationBuilder.class - [JAR]

org.springframework.data.jpa.datatables.qrepository

├─ org.springframework.data.jpa.datatables.qrepository.QDataTablesRepository.class - [JAR]

├─ org.springframework.data.jpa.datatables.qrepository.QDataTablesRepositoryFactoryBean.class - [JAR]

├─ org.springframework.data.jpa.datatables.qrepository.QDataTablesRepositoryImpl.class - [JAR]

Advertisement