All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description EntityInstantiator<T> Lambda to specify how an entity is to be instantiated.LicenseServiceImpl Provide the licenses for the libraries used by this moduleMapBackedCollection<U extends java.util.Collection<T>,T> Abstract superclass for MapBacked Collections.MapBackedDouble A Double variable that can be represented as a key-value pair in the POJO internal MapMapBackedEntity<T extends MapSyncable> An Entity variable that can be represented as a key-value pair in the POJO internal MapMapBackedEntityCollection<U extends java.util.Collection<T>,T extends RawMapAware> For Collections of EntitiesMapBackedInteger An Integer variable that can be represented as a key-value pair in the POJO internal MapMapBackedLocalDate A LocalDate variable that can be represented as a key-value pair in the POJO internal MapMapBackedLocalDateTime A LocalDateTime variable that can be represented as a key-value pair in the POJO internal MapMapBackedMap A Map variable that can be represented as a key-value pair in the POJO internal MapMapBackedNativeCollection<U extends java.util.Collection<T>,T> For Java Primitives and things like Strings (ie: NOT entities)MapBackedProperty<T> Abstract superclass for MapBacked anything.MapBackedString A String variable that can be represented as a key-value pair in the POJO internal MapMapMerge Merge function for merging values in a mapMapQuery Query get/set/add abstraction for Maps.MapQuery.AbstractQueryBuilder Builder to create Object-typed queriesMapQuery.AddQueryBuilder A child QueryBuilder when the value is expected to be added the a collection located on the query resultMapQuery.ChildQueryBuilder<T> Builder hook to continue building child queryMapQuery.CollectionQueryBuilder Query to build a collection of resultsMapQuery.ExecutableQueryBuilder<T extends MapQuery.ExecutableQueryBuilder,U> Parent builder to create a Map-based queryMapQuery.KeyValueFilter Filter for queryMapQuery.KeyValueFilter.Cond Conditions for the QueryMapQuery.MergeQueryBuilder A child QueryBuilder when the value is expected to be merged with the current value present on the query resultMapQuery.Query Top-level builder for readability of QueriesMapQuery.SetQueryBuilder A child QueryBuilder when the value is expected to be set on the query resultMapSyncable POJO can be synced to the backing Map by invoking the sync method.RawMapAware POJO can be represented by an internal Map