public class ModelInternal extends Object
| Constructor and Description |
|---|
ModelInternal() |
| Modifier and Type | Method and Description |
|---|---|
static ClassLoader |
getClassLoader(EntityModel model)
Internal access method that should not be used by applications.
|
static void |
setCatalog(EntityModel model,
PersistCatalog catalog)
Internal access method that should not be used by applications.
|
static void |
setClassLoader(EntityModel model,
ClassLoader loader)
Internal access method that should not be used by applications.
|
public static void setCatalog(EntityModel model, PersistCatalog catalog)
model - the EntityModel.catalog - the PersistCatalog.public static void setClassLoader(EntityModel model, ClassLoader loader)
model - the EntityModel.loader - the ClassLoader.public static ClassLoader getClassLoader(EntityModel model)
model - the EntityModel.Copyright © 2024. All rights reserved.