类的使用
org.hibernate.id.EntityIdentifierNature
-
使用EntityIdentifierNature的程序包 程序包 说明 org.hibernate.boot.model.source.spi org.hibernate.id This package contains internal implementation classes for the main API interfaces. -
-
org.hibernate.boot.model.source.spi中EntityIdentifierNature的使用
返回EntityIdentifierNature的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 EntityIdentifierNatureIdentifierSource. getNature()Obtain the nature of this identifier source. -
org.hibernate.id中EntityIdentifierNature的使用
返回EntityIdentifierNature的org.hibernate.id中的方法 修饰符和类型 方法 说明 static EntityIdentifierNatureEntityIdentifierNature. valueOf(String name)返回带有指定名称的该类型的枚举常量。static EntityIdentifierNature[]EntityIdentifierNature. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
-