Package | Description |
---|---|
org.sormula.annotation |
Annotations for row classes to define mapping between the row class and a database table.
|
org.sormula.operation |
Classes that perform SQL operations such as select, update, insert, save, and delete.
|
org.sormula.translator |
Classes that provide mapping between columns and Java class members.
|
Modifier and Type | Method and Description |
---|---|
Where |
WhereAnnotationReader.getAnnotation(java.lang.String name)
Gets annotation for a specific name.
|
Modifier and Type | Method and Description |
---|---|
Where |
SqlOperation.getWhereAnnotation()
Gets the where annotation in use by this operation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WhereTranslator.init(RowTranslator<R> rowTranslator,
Where whereAnnotation)
Initializes.
|
Constructor and Description |
---|
WhereTranslator(RowTranslator<R> rowTranslator,
Where whereAnnotation)
Constructs for where annotation.
|