|
Spring Data Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use PersistentEntity | |
---|---|
org.springframework.data.mapping | |
org.springframework.data.mapping.context | |
org.springframework.data.mapping.event | |
org.springframework.data.mapping.model |
Uses of PersistentEntity in org.springframework.data.mapping |
---|
Methods in org.springframework.data.mapping that return PersistentEntity | |
---|---|
PersistentEntity<?,P> |
PersistentProperty.getOwner()
|
Uses of PersistentEntity in org.springframework.data.mapping.context |
---|
Classes in org.springframework.data.mapping.context with type parameters of type PersistentEntity | |
---|---|
interface |
MappingContext<E extends PersistentEntity<?,P>,P extends PersistentProperty<P>>
This interface defines the overall context including all known PersistentEntity instances and methods to obtain instances on demand This interface is used internally to establish associations between entities and also at runtime to obtain entities by name The generic type parameters T & R are used to specify the mapped form of a class (example Table) and property (example Column) respectively. |
Uses of PersistentEntity in org.springframework.data.mapping.event |
---|
Classes in org.springframework.data.mapping.event with type parameters of type PersistentEntity | |
---|---|
class |
MappingContextEvent<E extends PersistentEntity<?,P>,P extends PersistentProperty<P>>
|
Uses of PersistentEntity in org.springframework.data.mapping.model |
---|
Classes in org.springframework.data.mapping.model with type parameters of type PersistentEntity | |
---|---|
class |
BeanWrapper<E extends PersistentEntity<T,?>,T>
Value object to allow creation of objects using the metamodel, setting and getting properties. |
Subinterfaces of PersistentEntity in org.springframework.data.mapping.model | |
---|---|
interface |
MutablePersistentEntity<T,P extends PersistentProperty<P>>
Interface capturing mutator methods for PersistentEntity s. |
Classes in org.springframework.data.mapping.model that implement PersistentEntity | |
---|---|
class |
BasicPersistentEntity<T,P extends PersistentProperty<P>>
Simple value object to capture information of PersistentEntity s. |
Fields in org.springframework.data.mapping.model declared as PersistentEntity | |
---|---|
protected PersistentEntity<?,P> |
AbstractPersistentProperty.owner
|
Methods in org.springframework.data.mapping.model with type parameters of type PersistentEntity | ||
---|---|---|
static
|
BeanWrapper.create(E entity,
ParameterValueProvider provider,
ConversionService conversionService)
Creates a new BeanWrapper using the given PersistentEntity and ParameterValueProvider . |
|
static
|
BeanWrapper.create(T bean,
ConversionService conversionService)
Creates a new BeanWrapper for the given bean instance and ConversionService . |
Methods in org.springframework.data.mapping.model that return PersistentEntity | |
---|---|
PersistentEntity<?,P> |
AbstractPersistentProperty.getOwner()
|
Constructors in org.springframework.data.mapping.model with parameters of type PersistentEntity | |
---|---|
AbstractPersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
PersistentEntity<?,P> owner,
SimpleTypeHolder simpleTypeHolder)
|
|
AnnotationBasedPersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
PersistentEntity<?,P> owner,
SimpleTypeHolder simpleTypeHolder)
Creates a new AnnotationBasedPersistentProperty . |
|
Spring Data Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |