| Modifier and Type | Method and Description |
|---|---|
static void |
EntityManagerSetupImpl.updateCaseSensitivitySettings(Map m,
MetadataProject project,
AbstractSession session)
/**
Enable or disable forcing field names to be case insensitive.
|
| Modifier and Type | Method and Description |
|---|---|
static Class |
PersistenceUnitProcessor.loadClass(String className,
ClassLoader loader,
boolean throwExceptionIfNotFound,
MetadataProject project)
Load the given class name with the given class loader.
|
| Modifier and Type | Field and Description |
|---|---|
protected MetadataProject |
ORMetadata.m_project |
protected MetadataProject |
MetadataProcessor.m_project |
| Modifier and Type | Method and Description |
|---|---|
MetadataProject |
ORMetadata.getProject()
INTERNAL:
Return the MetadataProject.
|
MetadataProject |
MetadataProcessor.getProject()
INTERNAL:
|
MetadataProject |
MetadataDescriptor.getProject()
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
Set<MetadataProject> |
MetadataProcessor.getPearProjects(MetadataProject project)
INTERNAL:
Returns projects owned by compositeProcessor minus the passed project.
|
| Modifier and Type | Method and Description |
|---|---|
Set<MetadataProject> |
MetadataProcessor.getPearProjects(MetadataProject project)
INTERNAL:
Returns projects owned by compositeProcessor minus the passed project.
|
void |
ORMetadata.setProject(MetadataProject project)
INTERNAL:
Set the metadata project.
|
| Constructor and Description |
|---|
ORMetadata(MetadataAccessibleObject accessibleObject,
MetadataProject project,
Object location)
INTERNAL:
Used for defaulting.
|
ORMetadata(MetadataAnnotation annotation,
MetadataAccessibleObject accessibleObject,
MetadataProject project)
INTERNAL:
Used for annotation loading of class and mapping accessors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataAccessor.initXMLAccessor(MetadataDescriptor descriptor,
MetadataProject project)
INTERNAL:
This method should be subclassed in those methods that need to do
extra initialization.
|
| Constructor and Description |
|---|
MetadataAccessor(MetadataAnnotation annotation,
MetadataAccessibleObject accessibleObject,
MetadataDescriptor descriptor,
MetadataProject project)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassAccessor.initXMLClassAccessor(MetadataAccessibleObject accessibleObject,
MetadataDescriptor descriptor,
MetadataProject project,
XMLEntityMappings entityMappings)
INTERNAL:
This method should be subclassed in those methods that need to do
extra initialization.
|
| Constructor and Description |
|---|
ClassAccessor(MetadataAnnotation annotation,
MetadataClass cls,
MetadataProject project)
INTERNAL:
|
ConverterAccessor(MetadataAnnotation converter,
MetadataClass metadataClass,
MetadataProject project)
INTERNAL:
|
EmbeddableAccessor(MetadataAnnotation annotation,
MetadataClass cls,
MetadataProject project)
INTERNAL:
|
EntityAccessor(MetadataAnnotation annotation,
MetadataClass cls,
MetadataProject project)
INTERNAL:
|
InterfaceAccessor(MetadataAnnotation annotation,
MetadataClass cls,
MetadataProject project)
INTERNAL:
|
MappedSuperclassAccessor(MetadataAnnotation annotation,
MetadataClass cls,
MetadataProject project)
INTERNAL:
|
| Constructor and Description |
|---|
PrimaryKeyJoinColumnMetadata(MetadataProject project)
INTERNAL:
Used for annotation loading.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PLSQLParameterMetadata.setDatabaseFieldSettings(DatabaseField field,
MetadataProject project)
INTERNAL:
set the project level settings on the database fields
|
| Constructor and Description |
|---|
SQLResultSetMappingMetadata(MetadataClass entityClass,
MetadataAccessibleObject accessibleObject,
MetadataProject project,
Object location)
INTERNAL:
Used for result class processing.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataProject |
XMLEntityMappings.getProject()
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLEntityMappings.setProject(MetadataProject project)
INTERNAL:
Set the project reference for this EntityMappings object.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.