クラス BasicJdbcPersistentProperty
java.lang.ObjectSE
org.springframework.data.mapping.model.AbstractPersistentProperty<P>
org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<RelationalPersistentProperty>
org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
org.springframework.data.jdbc.core.mapping.BasicJdbcPersistentProperty
- 実装されたすべてのインターフェース:
PersistentProperty<RelationalPersistentProperty>
,RelationalPersistentProperty
- 作成者:
- Mark Paluch, Jens Schauder
コンストラクターのサマリー
コンストラクターコンストラクター説明BasicJdbcPersistentProperty
(Property property, PersistentEntity<?, RelationalPersistentProperty> owner, SimpleTypeHolder simpleTypeHolder, NamingStrategy namingStrategy) 新しいBasicJdbcPersistentProperty
を作成します。方法の概要
クラス org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty から継承されたメソッド
createAssociation, getColumnName, getEmbeddedPrefix, getKeyColumn, getOwner, getQualifierColumnType, getReverseColumnName, hasExplicitColumnName, isEmbedded, isEntity, isForceQuote, isInsertOnly, isOrdered, isQualified, setForceQuote, shouldCreateEmptyEmbedded
クラス org.springframework.data.mapping.model.AnnotationBasedPersistentProperty から継承されたメソッド
findAnnotation, findPropertyOrOwnerAnnotation, getAssociationTargetTypeInformation, getSpelExpression, isAnnotationPresent, isIdProperty, isTransient, isVersionProperty, isWritable, toString, usePropertyAccess
クラス org.springframework.data.mapping.model.AbstractPersistentProperty から継承されたメソッド
equals, getActualType, getActualTypeInformation, getAssociation, getAssociationTargetType, getComponentType, getField, getGetter, getMapValueType, getName, getPersistentEntityTypeInformation, getProperty, getRawType, getSetter, getType, getTypeInformation, getWither, hashCode, isArray, isCollectionLike, isImmutable, isMap, isReadable
クラス java.lang.ObjectSE から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, waitSE, waitSE
インターフェース org.springframework.data.mapping.PersistentProperty から継承されたメソッド
findAnnotation, findPropertyOrOwnerAnnotation, getAccessorForOwner, getActualType, getAssociation, getAssociationTargetType, getAssociationTargetTypeInformation, getComponentType, getField, getGetter, getMapValueType, getName, getPersistentEntityTypeInformation, getRawType, getRequiredAnnotation, getRequiredAssociation, getRequiredField, getRequiredGetter, getRequiredSetter, getRequiredWither, getSetter, getSpelExpression, getType, getTypeInformation, getWither, hasActualTypeAnnotation, isAnnotationPresent, isArray, isCollectionLike, isIdProperty, isImmutable, isMap, isReadable, isTransient, isVersionProperty, isWritable, usePropertyAccess
コンストラクターの詳細
BasicJdbcPersistentProperty
public BasicJdbcPersistentProperty(Property property, PersistentEntity<?, RelationalPersistentProperty> owner, SimpleTypeHolder simpleTypeHolder, NamingStrategy namingStrategy) 新しいBasicJdbcPersistentProperty
を作成します。- パラメーター:
property
- null であってはなりません。owner
- null であってはなりません。simpleTypeHolder
- null であってはなりません。namingStrategy
- null であってはなりません- 導入:
- 2.0
メソッドの詳細
isAssociation
public boolean isAssociation()- 次で指定:
- インターフェース
PersistentProperty<RelationalPersistentProperty>
のisAssociation
- オーバーライド:
- クラス
AnnotationBasedPersistentProperty<RelationalPersistentProperty>
のisAssociation