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,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(TypeInformation<T> information) Creates a newBasicLdapPersistentEntity. -
Method Summary
Methods inherited from class org.springframework.data.mapping.model.BasicPersistentEntity
addAssociation, addPersistentProperty, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getEvaluationContext, getEvaluationContext, getFallbackIsNewStrategy, getIdentifierAccessor, getIdProperty, getInstanceCreatorMetadata, getName, getPersistenceConstructor, 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.springframework.data.mapping.PersistentEntity
doWithAll, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getInstanceCreatorMetadata, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isCreatorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulation
-
Constructor Details
-
BasicLdapPersistentEntity
Creates a newBasicLdapPersistentEntity.- Parameters:
information- must not be null.
-