接口的使用
org.hibernate.mapping.MetaAttributable
-
使用MetaAttributable的程序包 程序包 说明 org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.mapping中MetaAttributable的使用
实现MetaAttributable的org.hibernate.mapping中的类 修饰符和类型 类 说明 classBackrefclassComponentThe mapping for a component, composite element, composite identifier, etc.classIndexBackrefclassJoinedSubclassA subclass in a table-per-subclass mappingclassPersistentClassMapping for an entity.classPropertyRepresents a property as part of an entity or a component.classRootClassThe root class of an inheritance hierarchyclassSingleTableSubclassclassSubclassA subclass in a table-per-class-hierarchy mappingclassSyntheticPropertyModels a property which does not actually exist in the model.classUnionSubclassA subclass in a table-per-concrete-class mapping
-