|
Spring Data Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistentEntity | |
---|---|
org.springframework.data.mapping | |
org.springframework.data.mapping.event | |
org.springframework.data.mapping.model |
Uses of PersistentEntity in org.springframework.data.mapping |
---|
Classes in org.springframework.data.mapping that implement PersistentEntity | |
---|---|
class |
BasicPersistentEntity<T>
|
Fields in org.springframework.data.mapping declared as PersistentEntity | |
---|---|
protected PersistentEntity<?> |
BasicPersistentProperty.owner
|
Fields in org.springframework.data.mapping with type parameters of type PersistentEntity | |
---|---|
protected ConcurrentMap<TypeInformation,PersistentEntity<?>> |
BasicMappingContext.persistentEntities
|
protected ConcurrentMap<PersistentEntity<?>,List<Validator>> |
BasicMappingContext.validators
|
Methods in org.springframework.data.mapping that return PersistentEntity | ||
---|---|---|
|
BasicMappingContext.addPersistentEntity(Class<T> type)
|
|
|
BasicMappingContext.addPersistentEntity(TypeInformation typeInformation)
|
|
|
BasicMappingContext.getPersistentEntity(Class<T> type)
|
|
|
BasicMappingContext.getPersistentEntity(TypeInformation type)
|
Methods in org.springframework.data.mapping that return types with arguments of type PersistentEntity | |
---|---|
Collection<? extends PersistentEntity<?>> |
BasicMappingContext.getPersistentEntities()
|
Methods in org.springframework.data.mapping with parameters of type PersistentEntity | ||
---|---|---|
static
|
MappingBeanHelper.constructInstance(PersistentEntity<T> entity,
PreferredConstructor.ParameterValueProvider provider)
|
|
static
|
MappingBeanHelper.constructInstance(PersistentEntity<T> entity,
PreferredConstructor.ParameterValueProvider provider,
EvaluationContext spelCtx)
|
|
List<Validator> |
BasicMappingContext.getEntityValidators(PersistentEntity<?> entity)
|
Uses of PersistentEntity in org.springframework.data.mapping.event |
---|
Methods in org.springframework.data.mapping.event that return PersistentEntity | |
---|---|
PersistentEntity<?> |
MappingContextEvent.getPersistentEntity()
|
Constructors in org.springframework.data.mapping.event with parameters of type PersistentEntity | |
---|---|
MappingContextEvent(PersistentEntity<?> source,
TypeInformation typeInformation)
|
Uses of PersistentEntity in org.springframework.data.mapping.model |
---|
Methods in org.springframework.data.mapping.model that return PersistentEntity | ||
---|---|---|
|
MappingContext.addPersistentEntity(Class<T> type)
Adds a PersistentEntity instance |
|
|
MappingContext.getPersistentEntity(Class<T> type)
|
|
|
MappingContext.getPersistentEntity(TypeInformation type)
|
Methods in org.springframework.data.mapping.model that return types with arguments of type PersistentEntity | |
---|---|
Collection<? extends PersistentEntity<?>> |
MappingContext.getPersistentEntities()
Obtains a list of PersistentEntity instances |
Methods in org.springframework.data.mapping.model with parameters of type PersistentEntity | |
---|---|
List<Validator> |
MappingContext.getEntityValidators(PersistentEntity<?> entity)
Obtains a validator for the given entity |
|
Spring Data Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |