Interface PluralPersistentAttribute<D,C,E>
-
- All Superinterfaces:
Attribute<D,C>,Bindable<E>,PersistentAttribute<D,C>,PersistentAttributeDescriptor<D,C>,PluralAttribute<D,C,E>
- All Known Subinterfaces:
BagPersistentAttribute<D,E>,ListPersistentAttribute<D,E>,MapPersistentAttribute<D,K,V>,SetPersistentAttribute<D,E>
public interface PluralPersistentAttribute<D,C,E> extends PluralAttribute<D,C,E>, PersistentAttributeDescriptor<D,C>
Hibernate extension to the JPAPluralAttributedescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Attribute
Attribute.PersistentAttributeType
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Bindable
Bindable.BindableType
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.PluralAttribute
PluralAttribute.CollectionType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedTypeDescriptor<D>getDeclaringType()SimpleTypeDescriptor<E>getElementType()SimpleTypeDescriptor<E>getValueGraphType()-
Methods inherited from interface javax.persistence.metamodel.Attribute
getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
-
Methods inherited from interface javax.persistence.metamodel.Bindable
getBindableJavaType, getBindableType
-
Methods inherited from interface org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor
getKeyGraphType
-
Methods inherited from interface javax.persistence.metamodel.PluralAttribute
getCollectionType
-
-
-
-
Method Detail
-
getDeclaringType
ManagedTypeDescriptor<D> getDeclaringType()
- Specified by:
getDeclaringTypein interfaceAttribute<D,C>- Specified by:
getDeclaringTypein interfacePersistentAttribute<D,C>- Specified by:
getDeclaringTypein interfacePersistentAttributeDescriptor<D,C>
-
getElementType
SimpleTypeDescriptor<E> getElementType()
- Specified by:
getElementTypein interfacePluralAttribute<D,C,E>
-
getValueGraphType
SimpleTypeDescriptor<E> getValueGraphType()
- Specified by:
getValueGraphTypein interfacePersistentAttribute<D,C>- Specified by:
getValueGraphTypein interfacePersistentAttributeDescriptor<D,C>
-
-