Uses of Interface
org.springframework.data.keyvalue.core.mapping.KeyValuePersistentEntity
Packages that use KeyValuePersistentEntity
Package
Description
Core key/value implementation.
Infrastructure for the Key-Value mapping subsystem and keyspace resolution.
Infrastructure for the Key-Value mapping context.
-
Uses of KeyValuePersistentEntity in org.springframework.data.keyvalue.core
Constructor parameters in org.springframework.data.keyvalue.core with type arguments of type KeyValuePersistentEntityModifierConstructorDescriptionKeyValueTemplate(KeyValueAdapter adapter, MappingContext<? extends KeyValuePersistentEntity<?, ?>, ? extends KeyValuePersistentProperty<?>> mappingContext) KeyValueTemplate(KeyValueAdapter adapter, MappingContext<? extends KeyValuePersistentEntity<?, ?>, ? extends KeyValuePersistentProperty<?>> mappingContext, IdentifierGenerator identifierGenerator) -
Uses of KeyValuePersistentEntity in org.springframework.data.keyvalue.core.mapping
Classes in org.springframework.data.keyvalue.core.mapping that implement KeyValuePersistentEntityModifier and TypeClassDescriptionclassBasicKeyValuePersistentEntity<T,P extends KeyValuePersistentProperty<P>> KeyValuePersistentEntityimplementation that adds specific meta-data such as the keySpace. -
Uses of KeyValuePersistentEntity in org.springframework.data.keyvalue.core.mapping.context
Classes in org.springframework.data.keyvalue.core.mapping.context with type parameters of type KeyValuePersistentEntityModifier and TypeClassDescriptionclassKeyValueMappingContext<E extends KeyValuePersistentEntity<?,P>, P extends KeyValuePersistentProperty<P>> Default implementation of aMappingContextusingKeyValuePersistentEntityandKeyValuePersistentPropertyas primary abstractions.