public interface ModelProperty
| Modifier and Type | Method and Description |
|---|---|
AssociationType |
getAssociationType() |
<E> UnifiedComparator<E> |
getCollectionUnifiedComparator() |
ModelProperty |
getConvarianceProperty() |
ModelClass |
getDeclaringlClass() |
int |
getId() |
ModelProperty |
getIndexProperty() |
ModelClass |
getKeyClass() |
ModelProperty |
getKeyProperty() |
Class<?> |
getKeyType() |
<K> UnifiedComparator<K> |
getKeyUnifiedComparator() |
String |
getName() |
ModelProperty |
getOppositeProperty() |
PropertyType |
getPropertyType() |
ModelProperty |
getReferenceProperty() |
Class<?> |
getStandardCollectionType() |
ModelClass |
getTargetClass() |
Class<?> |
getTargetType() |
Class<?> |
getType() |
boolean |
isDeferrable() |
boolean |
isMandatory() |
ModelClass getDeclaringlClass()
int getId()
String getName()
PropertyType getPropertyType()
AssociationType getAssociationType()
boolean isDeferrable()
boolean isMandatory()
Class<?> getType()
Class<?> getStandardCollectionType()
Class<?> getKeyType()
ModelClass getKeyClass()
Class<?> getTargetType()
ModelClass getTargetClass()
<K> UnifiedComparator<K> getKeyUnifiedComparator()
<E> UnifiedComparator<E> getCollectionUnifiedComparator()
ModelProperty getIndexProperty()
ModelProperty getKeyProperty()
ModelProperty getReferenceProperty()
ModelProperty getConvarianceProperty()
ModelProperty getOppositeProperty()
Copyright © 2016. All rights reserved.