类的使用
org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
使用ImplicitNamingStrategyJpaCompliantImpl的程序包 程序包 说明 org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc). -
-
org.hibernate.boot.model.naming中ImplicitNamingStrategyJpaCompliantImpl的使用
org.hibernate.boot.model.naming中ImplicitNamingStrategyJpaCompliantImpl的子类 修饰符和类型 类 说明 classImplicitNamingStrategyComponentPathImplAn ImplicitNamingStrategy implementation which uses full composite paths extracted from AttributePath, as opposed to just the terminal property part.classImplicitNamingStrategyLegacyHbmImplImplements the original legacy naming behavior.classImplicitNamingStrategyLegacyJpaImplImplementation of the ImplicitNamingStrategy contract which conforms to the naming rules initially implemented by Hibernate for JPA 1.0, prior to many things being clarified.
-