org.cumulus4j.store.model
Class DetachedClassMetaModel
java.lang.Object
org.cumulus4j.store.model.DetachedClassMetaModel
public abstract class DetachedClassMetaModel
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DetachedClassMetaModel
public DetachedClassMetaModel()
getInstance
public static DetachedClassMetaModel getInstance()
setInstance
public static void setInstance(DetachedClassMetaModel detachedClassMetaModel)
getClassMeta
public final ClassMeta getClassMeta(long classID,
boolean throwExceptionIfNotFound)
getFieldMeta
public final FieldMeta getFieldMeta(long fieldID,
boolean throwExceptionIfNotFound)
getClassMetaImpl
protected abstract ClassMeta getClassMetaImpl(long classID,
boolean throwExceptionIfNotFound)
getFieldMetaImpl
protected abstract FieldMeta getFieldMetaImpl(long fieldID,
boolean throwExceptionIfNotFound)
registerClassMetaCurrentlyDetaching
public void registerClassMetaCurrentlyDetaching(ClassMeta classMeta)
registerFieldMetaCurrentlyDetaching
public void registerFieldMetaCurrentlyDetaching(FieldMeta fieldMeta)
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.