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 Details

    • BasicLdapPersistentEntity

      public BasicLdapPersistentEntity(org.springframework.data.core.TypeInformation<T> information)
      Parameters:
      information - must not be null.