Package org.apache.openjpa.enhance
Interface PCDataGenerator.DynamicPCData
-
- All Superinterfaces:
PCData,Serializable
- Enclosing class:
- PCDataGenerator
public static interface PCDataGenerator.DynamicPCData extends PCData
DynamicPCDatas generated will implement this interface to simplify initialization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetId(Object oid)voidsetStorageGenerator(PCDataGenerator generator)-
Methods inherited from interface org.apache.openjpa.kernel.PCData
getCache, getData, getId, getImplData, getType, getVersion, isLoaded, load, load, setImplData, setVersion, store, store
-
-
-
-
Method Detail
-
setId
void setId(Object oid)
-
setStorageGenerator
void setStorageGenerator(PCDataGenerator generator)
-
-