类的使用
org.hibernate.mapping.MetadataSource
-
使用MetadataSource的程序包 程序包 说明 org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.mapping中MetadataSource的使用
返回MetadataSource的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 MetadataSourceFetchProfile. getSource()Retrieve the fetch profile source.static MetadataSourceMetadataSource. valueOf(String name)返回带有指定名称的该类型的枚举常量。static MetadataSource[]MetadataSource. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为MetadataSource的org.hibernate.mapping中的构造器 构造器 说明 FetchProfile(String name, MetadataSource source)Create a fetch profile representation.
-