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.
- clear() - Method in class expert.os.integration.microstream.DataStructure
-
Removes all entities from this structure .
- 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
- DataStructure - Class in expert.os.integration.microstream
-
The data structure used at Microstream on both
Templateand anyDataRepositoryimplementation. - DataStructure() - Constructor for class expert.os.integration.microstream.DataStructure
- 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
- entity() - Method in enum class expert.os.integration.microstream.ClassScanner
-
Returns the class that that has the
Entityannotation - equals(Object) - Method in class expert.os.integration.microstream.DataStructure
- 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
- get(K) - Method in class expert.os.integration.microstream.DataStructure
-
* Returns the value to which the specified key is mapped, or
Optional#empty()if this map contains no mapping for the key. - 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
H
- hashCode() - Method in class expert.os.integration.microstream.DataStructure
I
- INSTANCE - Enum constant in enum class expert.os.integration.microstream.ClassScanner
- isAlternative() - Method in class expert.os.integration.microstream.RepositoryBean
- isEmpty() - Method in class expert.os.integration.microstream.DataStructure
-
Returns
trueif this map contains no key-value mappings. - 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
P
- put(K, V) - Method in class expert.os.integration.microstream.DataStructure
-
Associates the specified value with the specified key in this map.
Q
- QUERY - Enum constant in enum class expert.os.integration.microstream.RepositoryType
-
Method that has
Queryannotation
R
- remove(K) - Method in class expert.os.integration.microstream.DataStructure
-
Removes the mapping for a key from this map if it is present
- repository() - 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
S
- size() - Method in class expert.os.integration.microstream.DataStructure
-
Returns the number of key-value mappings in this map.
T
- toString() - Method in class expert.os.integration.microstream.DataStructure
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() - Method in class expert.os.integration.microstream.DataStructure
-
Returns a
Collectionview of the values contained in this map. - 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