|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.persist.model.EntityModel
com.sleepycat.persist.impl.StoredModel
class StoredModel
The EntityModel used when a RawStore is opened. The metadata and raw type information comes from the catalog directly, without using the current class definitions.
Constructor Summary | |
---|---|
StoredModel(PersistCatalog catalog)
|
Method Summary | |
---|---|
ClassMetadata |
getClassMetadata(String className)
Returns the metadata for a given persistent class name, including proxy classes and entity classes. |
EntityMetadata |
getEntityMetadata(String className)
Returns the metadata for a given entity class name. |
Set<String> |
getKnownClasses()
Returns the names of all known persistent classes. |
protected void |
setCatalog(PersistCatalog newCatalog)
This method is used to initialize the model when catalog creation is complete, and reinitialize it when a Replica refresh occurs. |
Methods inherited from class com.sleepycat.persist.model.EntityModel |
---|
classForName, convertRawObject, getAllRawTypes, getAllRawTypeVersions, getKnownSpecialClasses, getRawType, getRawTypeVersion, isOpen, registerClass, resolveClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
StoredModel(PersistCatalog catalog)
Method Detail |
---|
protected void setCatalog(PersistCatalog newCatalog)
setCatalog
in class EntityModel
public ClassMetadata getClassMetadata(String className)
EntityModel
getClassMetadata
in class EntityModel
public EntityMetadata getEntityMetadata(String className)
EntityModel
getEntityMetadata
in class EntityModel
public Set<String> getKnownClasses()
EntityModel
getKnownClasses
in class EntityModel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |