public class PersistenceUnit
extends java.lang.Object
| Constructor and Description |
|---|
PersistenceUnit(SEPersistenceUnitInfo puInfo,
MetadataMirrorFactory mirrorFactory,
PersistenceUnitReader reader)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEmbeddableAccessor(javax.lang.model.element.Element element)
INTERNAL:
Add an element decorated with an Embeddable annotation.
|
void |
addEntityAccessor(javax.lang.model.element.Element element)
INTERNAL:
Add an element decorated with an Entity annotation.
|
void |
addMappedSuperclassAccessor(javax.lang.model.element.Element element)
INTERNAL:
Add an element decorated with a MappedSuperclass annotation.
|
boolean |
containsClass(MetadataClass metadataClass)
INTERNAL:
If the accessor is no longer valid it we should probably look into
removing the accessor from the project.
|
ClassAccessor |
getClassAccessor(MetadataClass metadataClass)
INTERNAL:
|
java.lang.String |
getQualifiedCanonicalName(java.lang.String qualifiedName)
INTERNAL:
|
void |
initPersistenceUnitProperties()
INTERNAL:
|
void |
preProcessForCanonicalModel()
INTERNAL:
Steps are important here, so don't change them.
|
java.lang.String |
toString()
INTERNAL:
|
public PersistenceUnit(SEPersistenceUnitInfo puInfo, MetadataMirrorFactory mirrorFactory, PersistenceUnitReader reader)
public void addEmbeddableAccessor(javax.lang.model.element.Element element)
public void addEntityAccessor(javax.lang.model.element.Element element)
public void addMappedSuperclassAccessor(javax.lang.model.element.Element element)
public boolean containsClass(MetadataClass metadataClass)
public ClassAccessor getClassAccessor(MetadataClass metadataClass)
public java.lang.String getQualifiedCanonicalName(java.lang.String qualifiedName)
public void initPersistenceUnitProperties()
public void preProcessForCanonicalModel()
public java.lang.String toString()
toString in class java.lang.ObjectEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference