Index
All Classes and Interfaces|All Packages
C
- ClassScanner - Enum Class in expert.os.integration.microstream
-
Scanner classes that will load entities with both Entity and Embeddable annotations and repositories: interfaces that extend DataRepository and has the Repository annotation.
- COUNT_BY - Enum constant in enum class expert.os.integration.microstream.RepositoryType
-
Count projection returning a numeric result.
- create(CreationalContext<T>) - Method in class expert.os.integration.microstream.RepositoryBean
D
- DEFAULT - Enum constant in enum class expert.os.integration.microstream.RepositoryType
-
Methods from either
CrudRepositoryorPageableRepository - DELETE_BY - Enum constant in enum class expert.os.integration.microstream.RepositoryType
-
Delete query method returning either no result (void) or the delete count.
- destroy(T, CreationalContext<T>) - Method in class expert.os.integration.microstream.RepositoryBean
E
- entities() - Method in enum class expert.os.integration.microstream.ClassScanner
-
Returns the classes that that has the
Entityannotation - EXISTS_BY - Enum constant in enum class expert.os.integration.microstream.RepositoryType
-
Exists projection, returning typically a boolean result.
- expert.os.integration.microstream - package expert.os.integration.microstream
-
This package provides classes for integrating Microstream with two Jakarta specifications for persistence layers: Jakarta Data and Jakarta NoSQL.
F
- FIND_ALL - Enum constant in enum class expert.os.integration.microstream.RepositoryType
-
Method that has the "FindAll" keyword
- FIND_BY - Enum constant in enum class expert.os.integration.microstream.RepositoryType
-
General query method returning the repository type.It starts with "findBy" key word
G
- getBeanClass() - Method in class expert.os.integration.microstream.RepositoryBean
- getId() - Method in class expert.os.integration.microstream.RepositoryBean
- getInjectionPoints() - Method in class expert.os.integration.microstream.RepositoryBean
- getName() - Method in class expert.os.integration.microstream.RepositoryBean
- getQualifiers() - Method in class expert.os.integration.microstream.RepositoryBean
- getScope() - Method in class expert.os.integration.microstream.RepositoryBean
- getStereotypes() - Method in class expert.os.integration.microstream.RepositoryBean
- getTypes() - Method in class expert.os.integration.microstream.RepositoryBean
I
- INSTANCE - Enum constant in enum class expert.os.integration.microstream.ClassScanner
- isAlternative() - Method in class expert.os.integration.microstream.RepositoryBean
- isNullable() - Method in class expert.os.integration.microstream.RepositoryBean
M
- Microstream - Annotation Interface in expert.os.integration.microstream
-
The Microstream Qualifier where you can specify for both
TemplateandPageableRepository - MicrostreamExtension - Class in expert.os.integration.microstream
- MicrostreamExtension() - Constructor for class expert.os.integration.microstream.MicrostreamExtension
O
- OBJECT_METHOD - Enum constant in enum class expert.os.integration.microstream.RepositoryType
-
Methods from
Object - of(Method) - Static method in enum class expert.os.integration.microstream.RepositoryType
-
Returns an operation type from the
Method - ORDER_BY - Enum constant in enum class expert.os.integration.microstream.RepositoryType
-
Method that has
OrderByannotation
Q
- QUERY - Enum constant in enum class expert.os.integration.microstream.RepositoryType
-
Method that has
Queryannotation
R
- repositories() - Method in enum class expert.os.integration.microstream.ClassScanner
-
Returns repository: interface that extend DataRepository and has the Repository annotation.
- RepositoryBean<T> - Class in expert.os.integration.microstream
- RepositoryBean(Class) - Constructor for class expert.os.integration.microstream.RepositoryBean
-
Constructor
- RepositoryType - Enum Class in expert.os.integration.microstream
-
It defines the operation that might be from the Method
U
- UNKNOWN - Enum constant in enum class expert.os.integration.microstream.RepositoryType
V
- valueOf(String) - Static method in enum class expert.os.integration.microstream.ClassScanner
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class expert.os.integration.microstream.RepositoryType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class expert.os.integration.microstream.ClassScanner
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class expert.os.integration.microstream.RepositoryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages