public class ModelInternal
extends java.lang.Object
Constructor | Description |
---|---|
ModelInternal() |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.ClassLoader |
getClassLoader(EntityModel model) |
Internal access method that should not be used by applications.
|
static void |
setCatalog(EntityModel model,
com.sleepycat.persist.impl.PersistCatalog catalog) |
Internal access method that should not be used by applications.
|
static void |
setClassLoader(EntityModel model,
java.lang.ClassLoader loader) |
Internal access method that should not be used by applications.
|
public static void setCatalog(EntityModel model, com.sleepycat.persist.impl.PersistCatalog catalog)
model
- the EntityModel.catalog
- the PersistCatalog.public static void setClassLoader(EntityModel model, java.lang.ClassLoader loader)
model
- the EntityModel.loader
- the ClassLoader.public static java.lang.ClassLoader getClassLoader(EntityModel model)
model
- the EntityModel.Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.