接口的使用
org.hibernate.metamodel.model.domain.PersistentAttribute
-
使用PersistentAttribute的程序包 程序包 说明 org.hibernate.metamodel.model.domain.internal org.hibernate.metamodel.model.domain.spi -
-
org.hibernate.metamodel.model.domain.internal中PersistentAttribute的使用
实现PersistentAttribute的org.hibernate.metamodel.model.domain.internal中的类 修饰符和类型 类 说明 classAbstractAttribute<D,J>Models the commonality of the JPAAttributehierarchy.classAbstractPluralAttribute<D,C,E>classSetAttributeImpl<X,E>classSingularAttributeImpl<D,J>static classSingularAttributeImpl.Identifier<D,J>Subclass used to simplify instantiation of singular attributes representing an entity's identifier.static classSingularAttributeImpl.Version<X,Y>Subclass used to simply instantiation of singular attributes representing an entity's version. -
org.hibernate.metamodel.model.domain.spi中PersistentAttribute的使用
org.hibernate.metamodel.model.domain.spi中PersistentAttribute的子接口 修饰符和类型 接口 说明 interfaceBagPersistentAttribute<D,E>Hibernate extension to the JPACollectionAttributedescriptorinterfaceListPersistentAttribute<D,E>Hibernate extension to the JPAListAttributedescriptorinterfaceMapPersistentAttribute<D,K,V>Hibernate extension to the JPAMapAttributedescriptorinterfacePersistentAttributeDescriptor<D,J>Hibernate extension to the JPAAttributedescriptorinterfacePluralPersistentAttribute<D,C,E>Hibernate extension to the JPAPluralAttributedescriptorinterfaceSetPersistentAttribute<D,E>Hibernate extension to the JPASetAttributedescriptorinterfaceSingularPersistentAttribute<D,J>Hibernate extension to the JPASingularAttributedescriptor
-