| Class | Description |
|---|---|
| ConnectedEntitySqlGenerator |
An extension of an
EntitySqlGenerator which writes the SQL statements directly to a database connection. |
| EntitySqlGenerator |
Creates SQL statements for a set of entities using their JPA annotations.
|
| RelativeDate |
Used for date calculation when writing entities.
|
| RelativeDate.Precision |
The precision of a difference between a reference date and a date property.
|
| RelativeDate.ReferenceDate |
Marker for
RelativeDate.NOW and RelativeDate.TODAY. |
| WriterEntitySqlGenerator |
Extension of
EntitySqlGenerator which writes the statements into a Writer resp. |
| Annotation Type | Description |
|---|---|
| DefaultValue |
Annotation for attributes of
entities, which indicates default values during SQL generation. |
Copyright © 2017 fastnate.org. All rights reserved.