public class ClassDetails extends Object
TopLinkWeaver
Modifier and Type | Field and Description |
---|---|
protected Map |
attributesMap |
protected String |
className |
protected Map |
getterMethodToAttributeDetails |
protected boolean |
isMappedSuperClass |
protected List |
lazyOneToOneMappings |
protected Map |
setterMethodToAttributeDetails |
protected ClassDetails |
superClassDetails |
protected String |
superClassName |
protected boolean |
weaveValueHolders |
Constructor and Description |
---|
ClassDetails() |
Modifier and Type | Method and Description |
---|---|
AttributeDetails |
getAttributeDetailsFromClassOrSuperClass(String attributeName) |
Map |
getAttributesMap() |
String |
getClassName() |
Map |
getGetterMethodToAttributeDetails() |
List |
getLazyOneToOneMappings() |
Map |
getSetterMethodToAttributeDetails() |
ClassDetails |
getSuperClassDetails() |
String |
getSuperClassName() |
boolean |
isMappedSuperClass() |
void |
setAttributesMap(Map weavedVHAttributes) |
void |
setClassName(String className) |
void |
setGetterMethodToAttributeDetails(Map map) |
void |
setIsMappedSuperClass(boolean isMappedSuperClass) |
void |
setLazyOneToOneMappings(List lazyOneToOneMappings) |
void |
setSetterMethodToAttributeDetails(Map map) |
void |
setSuperClassDetails(ClassDetails superClassDetails) |
void |
setSuperClassName(String superClassName) |
String |
toString() |
boolean |
weavedValueHolders() |
void |
weaveValueHolders(boolean weaveValueHolders) |
protected String className
protected String superClassName
protected ClassDetails superClassDetails
protected boolean weaveValueHolders
protected Map attributesMap
protected Map getterMethodToAttributeDetails
protected Map setterMethodToAttributeDetails
protected List lazyOneToOneMappings
protected boolean isMappedSuperClass
public String getClassName()
public void setClassName(String className)
public String getSuperClassName()
public void setSuperClassName(String superClassName)
public ClassDetails getSuperClassDetails()
public void setSuperClassDetails(ClassDetails superClassDetails)
public boolean weavedValueHolders()
public void weaveValueHolders(boolean weaveValueHolders)
public Map getAttributesMap()
public Map getGetterMethodToAttributeDetails()
public List getLazyOneToOneMappings()
public Map getSetterMethodToAttributeDetails()
public void setAttributesMap(Map weavedVHAttributes)
public void setGetterMethodToAttributeDetails(Map map)
public void setLazyOneToOneMappings(List lazyOneToOneMappings)
public boolean isMappedSuperClass()
public void setIsMappedSuperClass(boolean isMappedSuperClass)
public void setSetterMethodToAttributeDetails(Map map)
public AttributeDetails getAttributeDetailsFromClassOrSuperClass(String attributeName)
Copyright © 2023. All rights reserved.