Interface BagPersistentAttribute<D,E>
-
- All Superinterfaces:
Attribute<D,java.util.Collection<E>>,Bindable<E>,CollectionAttribute<D,E>,PersistentAttribute<D,java.util.Collection<E>>,PersistentAttributeDescriptor<D,java.util.Collection<E>>,PluralAttribute<D,java.util.Collection<E>,E>,PluralPersistentAttribute<D,java.util.Collection<E>,E>
public interface BagPersistentAttribute<D,E> extends CollectionAttribute<D,E>, PluralPersistentAttribute<D,java.util.Collection<E>,E>
Hibernate extension to the JPACollectionAttributedescriptor
-
-
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
-
getValueGraphType
SimpleTypeDescriptor<E> getValueGraphType()
- Specified by:
getValueGraphTypein interfacePersistentAttribute<D,E>- Specified by:
getValueGraphTypein interfacePersistentAttributeDescriptor<D,E>- Specified by:
getValueGraphTypein interfacePluralPersistentAttribute<D,java.util.Collection<E>,E>
-
getElementType
SimpleTypeDescriptor<E> getElementType()
- Specified by:
getElementTypein interfacePluralAttribute<D,java.util.Collection<E>,E>- Specified by:
getElementTypein interfacePluralPersistentAttribute<D,java.util.Collection<E>,E>
-
getDeclaringType
ManagedTypeDescriptor<D> getDeclaringType()
- Specified by:
getDeclaringTypein interfaceAttribute<D,E>- Specified by:
getDeclaringTypein interfacePersistentAttribute<D,E>- Specified by:
getDeclaringTypein interfacePersistentAttributeDescriptor<D,E>- Specified by:
getDeclaringTypein interfacePluralPersistentAttribute<D,java.util.Collection<E>,E>
-
-