Package com.sleepycat.persist.model
Class ModelInternal
java.lang.Object
com.sleepycat.persist.model.ModelInternal
Internal access class that should not be used by applications.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassLoadergetClassLoader(EntityModel model) Internal access method that should not be used by applications.static voidsetCatalog(EntityModel model, com.sleepycat.persist.impl.PersistCatalog catalog) Internal access method that should not be used by applications.static voidsetClassLoader(EntityModel model, ClassLoader loader) Internal access method that should not be used by applications.
-
Constructor Details
-
ModelInternal
public ModelInternal()
-
-
Method Details
-
setCatalog
Internal access method that should not be used by applications. -
setClassLoader
Internal access method that should not be used by applications. -
getClassLoader
Internal access method that should not be used by applications.
-