|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistentProperty<P extends PersistentProperty<P>>
Method Summary | |
---|---|
Association<P> |
getAssociation()
|
Class<?> |
getComponentType()
Returns the component type of the type if it is a Collection . |
Field |
getField()
|
Class<?> |
getMapValueType()
Returns the type of the values if the property is a Map . |
String |
getName()
The name of the property |
PersistentEntity<?,P> |
getOwner()
|
PropertyDescriptor |
getPropertyDescriptor()
|
Class<?> |
getRawType()
Returns the raw type as it's pulled from from the reflected property. |
String |
getSpelExpression()
|
Class<?> |
getType()
The type of the property |
TypeInformation<?> |
getTypeInformation()
|
boolean |
isArray()
|
boolean |
isAssociation()
|
boolean |
isCollection()
|
boolean |
isComplexType()
|
boolean |
isEntity()
Returns whether the property has to be regarded as entity which means its type will be also be considered to be a PersistentEntity . |
boolean |
isIdProperty()
|
boolean |
isMap()
|
boolean |
isTransient()
|
Method Detail |
---|
PersistentEntity<?,P> getOwner()
String getName()
Class<?> getType()
TypeInformation<?> getTypeInformation()
PropertyDescriptor getPropertyDescriptor()
Field getField()
String getSpelExpression()
boolean isTransient()
boolean isAssociation()
Association<P> getAssociation()
boolean isCollection()
boolean isMap()
boolean isArray()
boolean isComplexType()
boolean isEntity()
PersistentEntity
.
Class<?> getComponentType()
Collection
. Will return the type of the key if the
property is a Map
.
Collection
nor Map
.Class<?> getRawType()
Class<?> getMapValueType()
Map
.
Map
boolean isIdProperty()
|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |