|
Spring Data Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.mapping.model.AbstractPersistentProperty<P>
public abstract class AbstractPersistentProperty<P extends PersistentProperty<P>>
Simple impementation of PersistentProperty.
| Field Summary | |
|---|---|
protected Association<P> |
association
|
protected Field |
field
|
protected TypeInformation<?> |
information
|
protected String |
name
|
protected PersistentEntity<?,P> |
owner
|
protected PropertyDescriptor |
propertyDescriptor
|
protected Class<?> |
rawType
|
| Constructor Summary | |
|---|---|
AbstractPersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
PersistentEntity<?,P> owner,
SimpleTypeHolder simpleTypeHolder)
|
|
| Method Summary | |
|---|---|
protected abstract Association<P> |
createAssociation()
|
boolean |
equals(Object obj)
|
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()
|
Iterable<? extends TypeInformation<?>> |
getPersistentEntityType()
Returns the TypeInformation if the property references a PersistentEntity. |
PropertyDescriptor |
getPropertyDescriptor()
Returns the PropertyDescriptor backing the PersistentProperty. |
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()
|
int |
hashCode()
|
boolean |
isArray()
Returns whether the property is an array. |
boolean |
isAssociation()
Returns whether the property is an Association. |
boolean |
isCollectionLike()
Returns whether the property is a Collection, Iterable or an array. |
boolean |
isEntity()
Returns whether the type of the PersistentProperty is actually to be regarded as PersistentEntity
in turn. |
boolean |
isMap()
Returns whether the property is a Map. |
boolean |
isTransient()
Returns whether the property is transient. |
boolean |
shallBePersisted()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.data.mapping.PersistentProperty |
|---|
isIdProperty |
| Field Detail |
|---|
protected final String name
protected final PropertyDescriptor propertyDescriptor
protected final TypeInformation<?> information
protected final Class<?> rawType
protected final Field field
protected final Association<P extends PersistentProperty<P>> association
protected final PersistentEntity<?,P extends PersistentProperty<P>> owner
| Constructor Detail |
|---|
public AbstractPersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
PersistentEntity<?,P> owner,
SimpleTypeHolder simpleTypeHolder)
| Method Detail |
|---|
protected abstract Association<P> createAssociation()
public PersistentEntity<?,P> getOwner()
getOwner in interface PersistentProperty<P extends PersistentProperty<P>>public String getName()
PersistentProperty
getName in interface PersistentProperty<P extends PersistentProperty<P>>public Class<?> getType()
PersistentProperty
getType in interface PersistentProperty<P extends PersistentProperty<P>>public Class<?> getRawType()
PersistentProperty
getRawType in interface PersistentProperty<P extends PersistentProperty<P>>public TypeInformation<?> getTypeInformation()
getTypeInformation in interface PersistentProperty<P extends PersistentProperty<P>>public Iterable<? extends TypeInformation<?>> getPersistentEntityType()
PersistentPropertyTypeInformation if the property references a PersistentEntity. Will return
null in case it refers to a simple type. Will return Collection's component type or the
Map's value type transparently.
getPersistentEntityType in interface PersistentProperty<P extends PersistentProperty<P>>public PropertyDescriptor getPropertyDescriptor()
PersistentPropertyPropertyDescriptor backing the PersistentProperty.
getPropertyDescriptor in interface PersistentProperty<P extends PersistentProperty<P>>public Field getField()
getField in interface PersistentProperty<P extends PersistentProperty<P>>public String getSpelExpression()
getSpelExpression in interface PersistentProperty<P extends PersistentProperty<P>>public boolean isTransient()
PersistentProperty
isTransient in interface PersistentProperty<P extends PersistentProperty<P>>public boolean shallBePersisted()
shallBePersisted in interface PersistentProperty<P extends PersistentProperty<P>>public boolean isAssociation()
PersistentPropertyAssociation.
isAssociation in interface PersistentProperty<P extends PersistentProperty<P>>public Association<P> getAssociation()
getAssociation in interface PersistentProperty<P extends PersistentProperty<P>>public boolean isCollectionLike()
PersistentPropertyCollection, Iterable or an array.
isCollectionLike in interface PersistentProperty<P extends PersistentProperty<P>>public boolean isMap()
PersistentPropertyMap.
isMap in interface PersistentProperty<P extends PersistentProperty<P>>public boolean isArray()
PersistentProperty
isArray in interface PersistentProperty<P extends PersistentProperty<P>>public boolean isEntity()
PersistentPropertyPersistentProperty is actually to be regarded as PersistentEntity
in turn.
isEntity in interface PersistentProperty<P extends PersistentProperty<P>>public Class<?> getComponentType()
PersistentPropertyCollection. Will return the type of the key if
the property is a Map.
getComponentType in interface PersistentProperty<P extends PersistentProperty<P>>Collection nor
Map.public Class<?> getMapValueType()
PersistentPropertyMap.
getMapValueType in interface PersistentProperty<P extends PersistentProperty<P>>Mappublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
Spring Data Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||