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