Uses of Class
org.springframework.data.ldap.core.mapping.LdapPersistentProperty
Packages that use LdapPersistentProperty
Package
Description
Infrastructure for the LDAP object mapping subsystem.
-
Uses of LdapPersistentProperty in org.springframework.data.ldap.core.mapping
Subclasses with type arguments of type LdapPersistentProperty in org.springframework.data.ldap.core.mappingModifier and TypeClassDescriptionclassLdapPersistentEntityimplementation.classMapping context forLDAP-specific entities.classLDAP-specificAnnotationBasedPersistentProperty.Subinterfaces with type arguments of type LdapPersistentProperty in org.springframework.data.ldap.core.mappingMethods in org.springframework.data.ldap.core.mapping that return LdapPersistentPropertyModifier and TypeMethodDescriptionprotected LdapPersistentPropertyLdapMappingContext.createPersistentProperty(Property property, BasicLdapPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder) Methods in org.springframework.data.ldap.core.mapping that return types with arguments of type LdapPersistentPropertyModifier and TypeMethodDescriptionprotected Association<LdapPersistentProperty> LdapPersistentProperty.createAssociation()Constructor parameters in org.springframework.data.ldap.core.mapping with type arguments of type LdapPersistentPropertyModifierConstructorDescriptionLdapPersistentProperty(Property property, PersistentEntity<?, LdapPersistentProperty> owner, SimpleTypeHolder simpleTypeHolder) Create a newLdapPersistentProperty.