public interface JavaxPersistenceConfigurer
Modifier and Type | Method and Description |
---|---|
DatabaseFieldConfig |
createFieldConfig(DatabaseType databaseType,
Field field)
Create and return a field config from the javax.persistence annotations associated with the field argument or
null if no annotations present.
|
String |
getEntityName(Class<?> clazz)
Return the javax.persistence.Entity annotation name for the class argument or null if none or if there was no
entity name.
|
DatabaseFieldConfig createFieldConfig(DatabaseType databaseType, Field field) throws SQLException
SQLException
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.