Interface | Description |
---|---|
DAO |
Base DAO interface.
|
Entity<ID extends Serializable> |
Interface for entities with a primary identifier.
|
EntityDAO<T extends Entity<ID>,ID extends Serializable> |
Generic DAO interface for entities.
|
GeneralDAO |
General DAO interface.
|
GenericDAO<T extends Entity<ID>,ID extends Serializable> |
Generic DAO interface.
|
LongEntity |
Interface for entities with a primary identifier of type Long.
|
Sequence |
Interface for entities representing database row-backed sequences.
|
SequenceDAO |
Data access object interface for the sequence entity.
|
StringEntity |
Interface for entities with a primary identifier of type String.
|
UUIDEntity |
Interface for entities with a primary identifier of type UUID.
|
VersionedEntity<ID extends Serializable> |
Interface for versioned entities with a primary identifier.
|
WithVersionProperty |
Interface for the version property.
|
Class | Description |
---|---|
AbstractEntity<ID extends Serializable> |
Abstract class for entities with a primary identifier.
|
Entities |
Support methods for entities.
|
PropertyLengths |
Common lengths values used for properties in ORM mappings.
|
Exception | Description |
---|---|
SequenceNotFoundException |
Exception thrown when a sequence is not found by name.
|
Copyright © 2014 Derquinse Projects. All rights reserved.