diff --git a/allclasses-index.html b/allclasses-index.html index 7316971..4d59f77 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -1,9 +1,8 @@ -
Summary:
Detail:
void
bindEntities(Class<?>... entities)
bindEntities(Class<?>... entities)
bindJpaRepository(Class<? extends JpaRepository<?,?>> repository, - Class<?>... customImplements)
bindJpaRepository(Class<? extends JpaRepository<?,?>> repository, + Class<?>... customImplements)
injectDataSource(DataSource dataSource, - Class<? extends Dialect> dialect)
injectDataSource(DataSource dataSource, + Class<? extends Dialect> dialect)
Connection
getConnection()
DataSource
getDataSource()
SessionFactory
getSessionFactory()
SQLException
Package:
Help:
You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API, using some or all of the name, optionally using "camelCase" abbreviations. For example:
j.l.obj
InpStr
HM.cK
Refer to the Javadoc Search Specification for a full description of search features.
Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain six categories:
Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:
Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.
The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
Each annotation interface has its own separate page with the following sections:
Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.
Each enum class has its own separate page with the following sections:
Packages and modules may contain pages with additional information related to the declarations nearby.
Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its "Use" page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the USE link in the navigation bar.
There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.
java.lang.Object
The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields, as well as lists of all packages and all classes.
The All Packages page contains an alphabetic index of all packages contained in the documentation.
You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API, using some or all of the name, optionally using "camel-case" abbreviations. For example:
The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.
The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.