Interface SetPersistentAttribute<D,E>
- All Superinterfaces:
Attribute<D,Set<E>>, Bindable<E>, PathSource<E>, PersistentAttribute<D, Set<E>>, PluralAttribute<D, Set<E>, E>, PluralPersistentAttribute<D, Set<E>, E>, SetAttribute<D, E>
- All Known Subinterfaces:
SqmSetPersistentAttribute<D,E>
public interface SetPersistentAttribute<D,E>
extends SetAttribute<D,E>, PluralPersistentAttribute<D,Set<E>,E>
Hibernate extension to the JPA
SetAttribute descriptor-
Nested Class Summary
Nested classes/interfaces inherited from interface Attribute
Attribute.PersistentAttributeTypeNested classes/interfaces inherited from interface Bindable
Bindable.BindableTypeNested classes/interfaces inherited from interface PluralAttribute
PluralAttribute.CollectionType -
Method Summary
Methods inherited from interface Attribute
getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollectionMethods inherited from interface Bindable
getBindableJavaType, getBindableTypeMethods inherited from interface PathSource
findSubPathSource, findSubPathSource, getPathName, getPathTypeMethods inherited from interface PersistentAttribute
getAttributeClassification, getAttributeJavaTypeMethods inherited from interface PluralAttribute
getCollectionTypeMethods inherited from interface PluralPersistentAttribute
getCollectionClassification, getDeclaringType, getElementPathSource, getElementType, getIndexPathSource, getKeyGraphType, getValueGraphType