类的使用
org.hibernate.tuple.component.ComponentMetamodel
-
使用ComponentMetamodel的程序包 程序包 说明 org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
-
org.hibernate.type中ComponentMetamodel的使用
参数类型为ComponentMetamodel的org.hibernate.type中的方法 修饰符和类型 方法 说明 ComponentTypeTypeFactory. component(ComponentMetamodel metamodel)已过时。EmbeddedComponentTypeTypeFactory. embeddedComponent(ComponentMetamodel metamodel)已过时。参数类型为ComponentMetamodel的org.hibernate.type中的构造器 构造器 说明 ComponentType(ComponentMetamodel metamodel)ComponentType(TypeFactory.TypeScope typeScope, ComponentMetamodel metamodel)已过时。Use the other constructorEmbeddedComponentType(ComponentMetamodel metamodel)EmbeddedComponentType(TypeFactory.TypeScope typeScope, ComponentMetamodel metamodel)已过时。Use the other constructor
-