Interface BagPersistentAttribute<D,E>
-
- All Superinterfaces:
jakarta.persistence.metamodel.Attribute<D,Collection<E>>,jakarta.persistence.metamodel.Bindable<E>,BindableType<E>,jakarta.persistence.metamodel.CollectionAttribute<D,E>,PersistentAttribute<D,Collection<E>>,jakarta.persistence.metamodel.PluralAttribute<D,Collection<E>,E>,PluralPersistentAttribute<D,Collection<E>,E>,SqmExpressible<E>,SqmExpressibleAccessor<E>,SqmJoinable<D,E>,SqmPathSource<E>
public interface BagPersistentAttribute<D,E> extends jakarta.persistence.metamodel.CollectionAttribute<D,E>, PluralPersistentAttribute<D,Collection<E>,E>
Hibernate extension to the JPACollectionAttributedescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Attribute
jakarta.persistence.metamodel.Attribute.PersistentAttributeType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedDomainType<D>getDeclaringType()SimpleDomainType<E>getElementType()SimpleDomainType<E>getValueGraphType()-
Methods inherited from interface jakarta.persistence.metamodel.Attribute
getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
-
Methods inherited from interface jakarta.persistence.metamodel.Bindable
getBindableJavaType, getBindableType
-
Methods inherited from interface org.hibernate.query.BindableType
getBindableJavaType
-
Methods inherited from interface org.hibernate.metamodel.model.domain.PersistentAttribute
getAttributeClassification, getAttributeJavaType
-
Methods inherited from interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
getCollectionClassification, getElementPathSource, getIndexPathSource, getKeyGraphType
-
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
getExpressibleJavaType, isInstance, resolveExpressible
-
Methods inherited from interface org.hibernate.query.sqm.tree.SqmExpressibleAccessor
getNodeJavaType
-
Methods inherited from interface org.hibernate.query.sqm.SqmJoinable
createSqmJoin, getName
-
Methods inherited from interface org.hibernate.query.sqm.SqmPathSource
createSqmPath, findSubPathSource, getExpressible, getIntermediatePathSource, getPathName, getSqmPathType, getSubPathSource
-
-
-
-
Method Detail
-
getValueGraphType
SimpleDomainType<E> getValueGraphType()
- Specified by:
getValueGraphTypein interfacePersistentAttribute<D,E>- Specified by:
getValueGraphTypein interfacePluralPersistentAttribute<D,Collection<E>,E>
-
getElementType
SimpleDomainType<E> getElementType()
- Specified by:
getElementTypein interfacejakarta.persistence.metamodel.PluralAttribute<D,Collection<E>,E>- Specified by:
getElementTypein interfacePluralPersistentAttribute<D,Collection<E>,E>
-
getDeclaringType
ManagedDomainType<D> getDeclaringType()
- Specified by:
getDeclaringTypein interfacejakarta.persistence.metamodel.Attribute<D,E>- Specified by:
getDeclaringTypein interfacePersistentAttribute<D,E>- Specified by:
getDeclaringTypein interfacePluralPersistentAttribute<D,Collection<E>,E>
-
-