Class BasicLdapPersistentEntity<T>
java.lang.Object
org.springframework.data.mapping.model.BasicPersistentEntity<T, LdapPersistentProperty>
org.springframework.data.ldap.core.mapping.BasicLdapPersistentEntity<T>
- All Implemented Interfaces:
Iterable<LdapPersistentProperty>, Aware, EnvironmentAware, EnvironmentCapable, LdapPersistentEntity<T>, MutablePersistentEntity<T, LdapPersistentProperty>, PersistentEntity<T, LdapPersistentProperty>
public class BasicLdapPersistentEntity<T>
extends BasicPersistentEntity<T, LdapPersistentProperty>
implements LdapPersistentEntity<T>
LdapPersistentEntity implementation.- Since:
- 2.0.4
- Author:
- Mark Paluch
-
Constructor Summary
ConstructorsConstructorDescriptionBasicLdapPersistentEntity(org.springframework.data.core.TypeInformation<T> information) Creates a newBasicLdapPersistentEntity. -
Method Summary
Methods inherited from class BasicPersistentEntity
addAssociation, addPersistentProperty, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getEnvironment, getEvaluationContext, getEvaluationContext, getFallbackIsNewStrategy, getIdentifierAccessor, getIdProperty, getInstanceCreatorMetadata, getName, getPersistentProperties, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getType, getTypeAlias, getTypeInformation, getValueEvaluationContext, getValueEvaluationContext, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isCreatorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, iterator, requiresPropertyPopulation, returnPropertyIfBetterIdPropertyCandidateOrNull, setEnvironment, setEvaluationContextProvider, setPersistentPropertyAccessorFactory, verifyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface PersistentEntity
doWithAll, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getInstanceCreatorMetadata, getName, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isCreatorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulation
-
Constructor Details
-
BasicLdapPersistentEntity
Creates a newBasicLdapPersistentEntity.- Parameters:
information- must not be null.
-