public class CollectionDescriptor extends TynamoPropertyDescriptorImpl
beanType, LOGGERDEFAULT_LENGTH| Constructor and Description |
|---|
CollectionDescriptor(Class beanType,
CollectionDescriptor collectionDescriptor) |
CollectionDescriptor(Class beanType,
String name,
Class type) |
CollectionDescriptor(Class beanType,
TynamoPropertyDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getAddExpression() |
Class |
getElementType() |
String |
getInverseProperty() |
String |
getRemoveExpression() |
String |
getSwapExpression() |
boolean |
isAllowRemove() |
boolean |
isChildRelationship() |
boolean |
isCollection()
(non-Javadoc)
|
boolean |
isOneToMany()
Is this a OneToMany collection? or a ManyToMany collection?
|
void |
setAddExpression(String addExpression) |
void |
setAllowRemove(boolean allowRemove) |
void |
setChildRelationship(boolean childRelationship) |
void |
setElementType(Class elementType) |
void |
setInverseProperty(String inverseProperty) |
void |
setOneToMany(boolean oneToMany) |
void |
setRemoveExpression(String removeExpression) |
void |
setSwapExpression(String swapExpression) |
copyFrom, equals, getFormat, getLength, getName, getPropertyType, hashCode, isBoolean, isDate, isEmbedded, isIdentifier, isLarge, isNumeric, isObjectReference, isReadOnly, isRequired, isRichText, isSearchable, isString, setFormat, setLarge, setLength, setName, setPropertyType, setReadOnly, setRequired, setRichText, setSearchableaddExtension, addExtension, copyExtensionsFrom, getBeanType, getExtension, getExtension, getExtensions, getType, isNonVisual, removeExtension, removeExtension, setBeanType, setExtensions, setNonVisual, supportsExtension, supportsExtensionfinalize, getClass, notify, notifyAll, toString, wait, wait, waitgetBeanType, setBeanTypeisNonVisual, setNonVisualaddExtension, addExtension, getExtension, getExtension, getExtensions, removeExtension, removeExtension, supportsExtension, supportsExtensionpublic CollectionDescriptor(Class beanType, TynamoPropertyDescriptor descriptor)
public CollectionDescriptor(Class beanType, CollectionDescriptor collectionDescriptor)
public boolean isCollection()
isCollection in interface TynamoPropertyDescriptorisCollection in class TynamoPropertyDescriptorImplTynamoPropertyDescriptorImpl.isCollection()public Class getElementType()
public void setElementType(Class elementType)
elementType - The elementType to set.public String getInverseProperty()
public void setInverseProperty(String inverseProperty)
public boolean isOneToMany()
public void setOneToMany(boolean oneToMany)
public boolean isChildRelationship()
public void setChildRelationship(boolean childRelationship)
childRelationship - The childRelationship to set.public String getAddExpression()
public void setAddExpression(String addExpression)
public String getRemoveExpression()
public void setRemoveExpression(String removeExpression)
public String getSwapExpression()
public void setSwapExpression(String swapExpression)
public boolean isAllowRemove()
public void setAllowRemove(boolean allowRemove)
public Object clone()
clone in interface Descriptorclone in class TynamoPropertyDescriptorImplCopyright © 2004-2013. All Rights Reserved.