接口 BagPersistentAttribute<D,E>
-
- 所有超级接口:
javax.persistence.metamodel.Attribute<D,Collection<E>>,javax.persistence.metamodel.Bindable<E>,javax.persistence.metamodel.CollectionAttribute<D,E>,PersistentAttribute<D,Collection<E>>,PersistentAttributeDescriptor<D,Collection<E>>,javax.persistence.metamodel.PluralAttribute<D,Collection<E>,E>,PluralPersistentAttribute<D,Collection<E>,E>
public interface BagPersistentAttribute<D,E> extends javax.persistence.metamodel.CollectionAttribute<D,E>, PluralPersistentAttribute<D,Collection<E>,E>
Hibernate extension to the JPACollectionAttributedescriptor- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ManagedTypeDescriptor<D>getDeclaringType()SimpleTypeDescriptor<E>getElementType()SimpleTypeDescriptor<E>getValueGraphType()-
从接口继承的方法 javax.persistence.metamodel.Attribute
getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
-
从接口继承的方法 org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor
getKeyGraphType
-
-
-
-
方法详细资料
-
getValueGraphType
SimpleTypeDescriptor<E> getValueGraphType()
- 指定者:
getValueGraphType在接口中PersistentAttribute<D,E>- 指定者:
getValueGraphType在接口中PersistentAttributeDescriptor<D,E>- 指定者:
getValueGraphType在接口中PluralPersistentAttribute<D,Collection<E>,E>
-
getElementType
SimpleTypeDescriptor<E> getElementType()
- 指定者:
getElementType在接口中javax.persistence.metamodel.PluralAttribute<D,Collection<E>,E>- 指定者:
getElementType在接口中PluralPersistentAttribute<D,Collection<E>,E>
-
getDeclaringType
ManagedTypeDescriptor<D> getDeclaringType()
- 指定者:
getDeclaringType在接口中javax.persistence.metamodel.Attribute<D,E>- 指定者:
getDeclaringType在接口中PersistentAttribute<D,E>- 指定者:
getDeclaringType在接口中PersistentAttributeDescriptor<D,E>- 指定者:
getDeclaringType在接口中PluralPersistentAttribute<D,Collection<E>,E>
-
-