All Classes
-
All Classes Class Summary Enum Summary Annotation Types Summary Class Description BaseCodeAndDescriptionEntity Describes an entity that has an id, a code and a description.BaseCodeAndDescriptionService<T extends BaseCodeAndDescriptionEntity> Describes a service class for an entity which contains an id, a code and a description.BaseEntity Describes an entity that has an id.BaseMapper<T extends BaseEntity> Default mapper for converting aResultSetto the respective Java entity.BaseService<T extends BaseEntity> Class that provides base functionality for all service classes.DatabaseTypes Enum for all database types this library supports.DBConnection ForeignKeyObject Marks a field as the correspondent object to a foreign key.ForeignKeyReference Describes a foreign key reference containing the table and column of theIgnore Maks a field as ignored meaning it does not exist on the database or should not be filled with values.IoC OrderClause<T extends BaseEntity> Describes an SQL ORDER BY clause.OrderTypes An enum representing the sorting order possibilities in a DQL statement.Query<T extends BaseEntity> A class representing a DQL statement with different options, including where clauses, order by clauses and limits.QueryConstraints A class which administers default query constraints set for entities.TableName Specifies the database table name for an entity.TableNameColumnReference Describes a column and its table name so they can be referenced together.UniqueIdentifier A factory class for generating unique identifiers.Utilities