类的使用
org.hibernate.tuple.AbstractAttribute
-
使用AbstractAttribute的程序包 程序包 说明 org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.org.hibernate.tuple.component org.hibernate.tuple.entity -
-
org.hibernate.tuple中AbstractAttribute的使用
org.hibernate.tuple中AbstractAttribute的子类 修饰符和类型 类 说明 classAbstractNonIdentifierAttributeclassIdentifierPropertyRepresents a defined entity identifier property within the Hibernate runtime-metamodel.classStandardProperty已过时。Use one of theAttribute-based impls instead. -
org.hibernate.tuple.component中AbstractAttribute的使用
org.hibernate.tuple.component中AbstractAttribute的子类 修饰符和类型 类 说明 classAbstractCompositionAttributeA base class for a composite, non-identifier attribute.classCompositeBasedAssociationAttributeclassCompositeBasedBasicAttributeclassCompositionBasedCompositionAttribute -
org.hibernate.tuple.entity中AbstractAttribute的使用
org.hibernate.tuple.entity中AbstractAttribute的子类 修饰符和类型 类 说明 classAbstractEntityBasedAttributeclassEntityBasedAssociationAttributeclassEntityBasedBasicAttributeclassEntityBasedCompositionAttributeclassVersionPropertyRepresents a version property within the Hibernate runtime-metamodel.
-