public class LdapPersistentProperty extends org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<LdapPersistentProperty>
AnnotationBasedPersistentProperty. By default, if a property is named id it's used as
Id property.| Constructor and Description |
|---|
LdapPersistentProperty(org.springframework.data.mapping.model.Property property,
org.springframework.data.mapping.PersistentEntity<?,LdapPersistentProperty> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
Create a new
LdapPersistentProperty. |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.mapping.Association<LdapPersistentProperty> |
createAssociation() |
boolean |
isIdProperty() |
findAnnotation, findPropertyOrOwnerAnnotation, getAssociationTargetTypeInformation, getSpelExpression, isAnnotationPresent, isAssociation, isTransient, isVersionProperty, isWritable, toString, usePropertyAccessequals, getActualType, getActualTypeInformation, getAssociation, getAssociationTargetType, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypeInformation, getPersistentEntityTypes, getProperty, getRawType, getSetter, getType, getTypeInformation, getWither, hashCode, isArray, isCollectionLike, isEntity, isImmutable, isMappublic LdapPersistentProperty(org.springframework.data.mapping.model.Property property,
org.springframework.data.mapping.PersistentEntity<?,LdapPersistentProperty> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
LdapPersistentProperty.property - must not be null.owner - must not be null.simpleTypeHolder - must not be null.protected org.springframework.data.mapping.Association<LdapPersistentProperty> createAssociation()
createAssociation in class org.springframework.data.mapping.model.AbstractPersistentProperty<LdapPersistentProperty>public boolean isIdProperty()
isIdProperty in interface org.springframework.data.mapping.PersistentProperty<LdapPersistentProperty>isIdProperty in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<LdapPersistentProperty>Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.