接口 PluralPersistentAttribute<D,C,E>
-
- 所有超级接口:
javax.persistence.metamodel.Attribute<D,C>,javax.persistence.metamodel.Bindable<E>,PersistentAttribute<D,C>,PersistentAttributeDescriptor<D,C>,javax.persistence.metamodel.PluralAttribute<D,C,E>
- 所有已知子接口:
BagPersistentAttribute<D,E>,ListPersistentAttribute<D,E>,MapPersistentAttribute<D,K,V>,SetPersistentAttribute<D,E>
- 所有已知实现类:
AbstractPluralAttribute,SetAttributeImpl
public interface PluralPersistentAttribute<D,C,E> extends javax.persistence.metamodel.PluralAttribute<D,C,E>, PersistentAttributeDescriptor<D,C>
Hibernate extension to the JPAPluralAttributedescriptor- 作者:
- 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
-
-
-
-
方法详细资料
-
getDeclaringType
ManagedTypeDescriptor<D> getDeclaringType()
- 指定者:
getDeclaringType在接口中javax.persistence.metamodel.Attribute<D,C>- 指定者:
getDeclaringType在接口中PersistentAttribute<D,C>- 指定者:
getDeclaringType在接口中PersistentAttributeDescriptor<D,C>
-
getElementType
SimpleTypeDescriptor<E> getElementType()
-
getValueGraphType
SimpleTypeDescriptor<E> getValueGraphType()
- 指定者:
getValueGraphType在接口中PersistentAttribute<D,C>- 指定者:
getValueGraphType在接口中PersistentAttributeDescriptor<D,C>
-
-