Interface | Description |
---|---|
PropertyFactory |
Class | Description |
---|---|
AccessPath |
Determines how to access the field of a property within the entity.
|
BaseEntity<I> |
Represents the base class for all entities which can be managed using
Mixing . |
BaseMapper<B extends BaseEntity<?>,C extends Constraint,Q extends Query<?,? extends B,C>> |
Declares the common functionality of a mapper which is responsible for storing and loading entities to and from a database.
|
Composite |
Base class for all composites.
|
ContextInfo |
Represents a context info which can be supplied for
BaseMapper.find(Class, Object, ContextInfo...) . |
DateRange |
Represents a date range which will collect and count all matching entities in a query to provide
an appropriate facet filter.
|
EntityDescriptor |
Used by
Mixing to describe all properties and consistency checks of a managed entity. |
EntityLoadAction | |
Mapping |
Represents a column (property) name which is used in queries.
|
Mixable |
A mixable can be extended by
Mixin s. |
Mixing |
Provides a lookup facility to the
descriptor for an entity. |
MixinLoadAction |
Loads all
Mixin s so that they don't have to wear a Register annotation. |
Nested |
Base class for all nested objects.
|
NestedLoadAction |
Loads all
nested objects known by Mixing . |
Property |
Maps a field, which is either defined in an entity, a composite or a mixin to a mapped property.
|
Exception | Description |
---|---|
OptimisticLockException |
Signals that a concurrent modification occured on an versioned entity which supports optimistic locking.
|
Copyright © 2018. All rights reserved.