Uses of Class
org.springframework.data.mapping.model.SimpleTypeHolder
Packages that use SimpleTypeHolder
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
Mapping context API and implementation base classes.
Core implementation of the mapping subsystem's model.
-
Uses of SimpleTypeHolder in org.springframework.data.convert
Methods in org.springframework.data.convert that return SimpleTypeHolderModifier and TypeMethodDescriptionCustomConversions.getSimpleTypeHolder()Returns the underlyingSimpleTypeHolder.Methods in org.springframework.data.convert with parameters of type SimpleTypeHolderModifier and TypeMethodDescriptionCustomConversions.StoreConversions.of(SimpleTypeHolder storeTypeHolder, Object... converters) Creates a newCustomConversions.StoreConversionsfor the given store-specificSimpleTypeHolderand the given converters.CustomConversions.StoreConversions.of(SimpleTypeHolder storeTypeHolder, Collection<?> converters) Creates a newCustomConversions.StoreConversionsfor the given store-specificSimpleTypeHolderand the given converters. -
Uses of SimpleTypeHolder in org.springframework.data.mapping.context
Methods in org.springframework.data.mapping.context with parameters of type SimpleTypeHolderModifier and TypeMethodDescriptionprotected abstract PAbstractMappingContext.createPersistentProperty(Property property, E owner, SimpleTypeHolder simpleTypeHolder) Creates the concrete instance ofPersistentProperty.voidAbstractMappingContext.setSimpleTypeHolder(SimpleTypeHolder simpleTypes) Configures theSimpleTypeHolderto be used by theMappingContext. -
Uses of SimpleTypeHolder in org.springframework.data.mapping.model
Fields in org.springframework.data.mapping.model declared as SimpleTypeHolderConstructors in org.springframework.data.mapping.model with parameters of type SimpleTypeHolderModifierConstructorDescriptionAbstractPersistentProperty(Property property, PersistentEntity<?, P> owner, SimpleTypeHolder simpleTypeHolder) AnnotationBasedPersistentProperty(Property property, PersistentEntity<?, P> owner, SimpleTypeHolder simpleTypeHolder) Creates a newAnnotationBasedPersistentProperty.SimpleTypeHolder(Set<? extends Class<?>> customSimpleTypes, SimpleTypeHolder source) Copy constructor to create a newSimpleTypeHolderthat carries the given additional custom simple types.