public class AttributeDetails extends Object
ClassDetails
Modifier and Type | Field and Description |
---|---|
protected String |
attributeName |
protected boolean |
attributeOnSuperClass |
protected boolean |
collectionMapping |
protected String |
getterMethodName |
protected boolean |
isMappedWithAttributeAccess |
protected OneToOneMapping |
mapping |
protected String |
referenceClass |
protected String |
setterMethodName |
protected boolean |
weaveValueHolders |
Constructor and Description |
---|
AttributeDetails(String attributeName) |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName() |
String |
getGetterMethodName() |
OneToOneMapping |
getMapping() |
String |
getReferenceClass() |
String |
getSetterMethodName() |
boolean |
isAttributeOnSuperClass() |
boolean |
isCollectionMapping() |
boolean |
isMappedWithAttributeAccess() |
void |
setAttributeOnSuperClass(boolean onSuperClass) |
void |
setCollectionMapping(boolean collectionMapping) |
void |
setIsMappedWithAttributeAccess(boolean isMappedWithAttributeAccess) |
String |
toString() |
boolean |
weaveValueHolders() |
void |
weaveVH(boolean weaveValueHolders,
OneToOneMapping mapping) |
protected String attributeName
protected String referenceClass
protected boolean weaveValueHolders
protected OneToOneMapping mapping
protected String getterMethodName
protected String setterMethodName
protected boolean collectionMapping
protected boolean isMappedWithAttributeAccess
protected boolean attributeOnSuperClass
public AttributeDetails(String attributeName)
public String getAttributeName()
public OneToOneMapping getMapping()
public String getGetterMethodName()
public String getSetterMethodName()
public String getReferenceClass()
public void setAttributeOnSuperClass(boolean onSuperClass)
public boolean isAttributeOnSuperClass()
public boolean weaveValueHolders()
public void weaveVH(boolean weaveValueHolders, OneToOneMapping mapping)
public boolean isCollectionMapping()
public void setCollectionMapping(boolean collectionMapping)
public void setIsMappedWithAttributeAccess(boolean isMappedWithAttributeAccess)
public boolean isMappedWithAttributeAccess()
Copyright © 2023. All rights reserved.