Interface PersistenceConfig
-
- All Known Implementing Classes:
ClassDesc
public interface PersistenceConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConstructorgetConstructor()String[]getKeyFieldNames()Field[]getKeyFields()ClassgetOidClass()ClassgetPersistenceCapableClass()booleanhasLocalNonDFGFields()booleanhasVersionConsistency()
-
-
-
Method Detail
-
getPersistenceCapableClass
Class getPersistenceCapableClass()
-
getOidClass
Class getOidClass()
-
getKeyFields
Field[] getKeyFields()
-
getKeyFieldNames
String[] getKeyFieldNames()
-
hasVersionConsistency
boolean hasVersionConsistency()
-
hasLocalNonDFGFields
boolean hasLocalNonDFGFields()
-
getConstructor
Constructor getConstructor()
-
-