程序包的使用
org.hibernate.usertype
-
使用org.hibernate.usertype的程序包 程序包 说明 org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.model org.hibernate.boot.spi org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.usertype Interfaces for user-defined custom types. -
org.hibernate.boot使用的org.hibernate.usertype中的类 类 说明 CompositeUserType A UserType that may be dereferenced in a query.UserType This interface should be implemented by user-defined "types". -
org.hibernate.boot.internal使用的org.hibernate.usertype中的类 类 说明 CompositeUserType A UserType that may be dereferenced in a query.UserType This interface should be implemented by user-defined "types". -
org.hibernate.boot.model使用的org.hibernate.usertype中的类 类 说明 CompositeUserType A UserType that may be dereferenced in a query.UserType This interface should be implemented by user-defined "types". -
org.hibernate.boot.spi使用的org.hibernate.usertype中的类 类 说明 CompositeUserType A UserType that may be dereferenced in a query.UserType This interface should be implemented by user-defined "types". -
org.hibernate.cfg使用的org.hibernate.usertype中的类 类 说明 CompositeUserType A UserType that may be dereferenced in a query.UserType This interface should be implemented by user-defined "types". -
org.hibernate.type使用的org.hibernate.usertype中的类 类 说明 CompositeUserType A UserType that may be dereferenced in a query.DynamicParameterizedType Types who implements this interface will have in the setParameterValues an instance of the class DynamicParameterizedType$ParameterType instead of the key PARAMETER_TYPE = "org.hibernate.type.ParameterType" The interface ParameterType provides some methods to read information dynamically for build the typeEnhancedUserType A custom type that may function as an identifier or discriminator typeLoggableUserType Marker interface for user types which want to perform custom logging of their corresponding valuesParameterizedType Support for parameterizable types.UserCollectionType A custom type for mapping user-written classes that implement PersistentCollectionUserType This interface should be implemented by user-defined "types". -
org.hibernate.usertype使用的org.hibernate.usertype中的类 类 说明 ParameterizedType Support for parameterizable types.UserType This interface should be implemented by user-defined "types".