程序包的使用
org.hibernate.type
-
使用org.hibernate.type的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.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.model.source.internal.hbm org.hibernate.boot.model.source.spi org.hibernate.boot.spi org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.collection.internal Internal implementations and support for persistent collectionsorg.hibernate.collection.spi SPI definitions for persistent collectionsorg.hibernate.criterion A framework for defining restriction criteria and order criteria.org.hibernate.dialect.function A framework for defining database-specific SQL functions that are available via the dialect.org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.query.spi.sql org.hibernate.engine.spi org.hibernate.event.internal This package defines a default set of event listeners that implements the default behaviors of Hibernate.org.hibernate.hql.internal org.hibernate.hql.internal.ast An ANTLR-based parser for Hibernate Query Language.org.hibernate.hql.internal.ast.tree org.hibernate.hql.internal.ast.util org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed.org.hibernate.hql.spi org.hibernate.hql.spi.id.inline org.hibernate.id This package contains internal implementation classes for the main API interfaces.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.id.factory org.hibernate.id.factory.internal org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.internal.util Internal utility classes.org.hibernate.internal.util.collections org.hibernate.jpa org.hibernate.jpa.spi org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.org.hibernate.loader.collection This package defines collection initializersorg.hibernate.loader.collection.plan org.hibernate.loader.criteria This package defines the criteria query compiler and loaderorg.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQLorg.hibernate.loader.entity This package defines entity loadersorg.hibernate.loader.entity.plan org.hibernate.loader.hql This package defines a loader for the AST-based query parserorg.hibernate.loader.plan.build.internal.returns Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan. .org.hibernate.loader.plan.build.internal.spaces Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan.org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.metadata This package defines an API for accessing the Hibernate runtime metamodel.org.hibernate.metamodel.model.domain.internal org.hibernate.metamodel.model.domain.spi org.hibernate.param org.hibernate.persister.collection This package abstracts the persistence mechanism for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.org.hibernate.persister.walking.internal org.hibernate.persister.walking.spi org.hibernate.pretty Classes for pretty printing things for exception and log messages.org.hibernate.procedure org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi org.hibernate.proxy This package defines a framework for lazy-initializing entity proxies.org.hibernate.proxy.map org.hibernate.proxy.pojo org.hibernate.proxy.pojo.bytebuddy org.hibernate.proxy.pojo.javassist org.hibernate.query org.hibernate.query.criteria.internal.compile org.hibernate.query.internal org.hibernate.query.procedure.internal org.hibernate.query.spi org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements.org.hibernate.transform Defines strategies for post-processing criteria query result sets into a form convenient to the application.org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.org.hibernate.tuple.component org.hibernate.tuple.entity org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem.org.hibernate.type.spi org.hibernate.usertype Interfaces for user-defined custom types. -
org.hibernate使用的org.hibernate.type中的类 类 说明 BasicType Marker interface for basic types.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).VersionType Additional contract for types which may be used to version (and optimistic lock) data. -
org.hibernate.boot使用的org.hibernate.type中的类 类 说明 BasicType Marker interface for basic types.SerializationException Thrown when a property cannot be serialized/deserialized -
org.hibernate.boot.internal使用的org.hibernate.type中的类 类 说明 BasicType Marker interface for basic types.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).TypeResolver 已过时。(since 5.3) No replacement, access to and handling of Types will be much different in 6.0 -
org.hibernate.boot.model使用的org.hibernate.type中的类 类 说明 BasicType Marker interface for basic types. -
org.hibernate.boot.model.source.internal.hbm使用的org.hibernate.type中的类 类 说明 ForeignKeyDirection Represents directionality of the foreign key constraint -
org.hibernate.boot.model.source.spi使用的org.hibernate.type中的类 类 说明 ForeignKeyDirection Represents directionality of the foreign key constraint -
org.hibernate.boot.spi使用的org.hibernate.type中的类 类 说明 BasicType Marker interface for basic types.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).TypeResolver 已过时。(since 5.3) No replacement, access to and handling of Types will be much different in 6.0 -
org.hibernate.bytecode.enhance.spi.interceptor使用的org.hibernate.type中的类 类 说明 CompositeType Contract for value types to hold collections and have cascades, etc.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.cache.internal使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.cache.spi使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.cfg使用的org.hibernate.type中的类 类 说明 BasicType Marker interface for basic types.SerializationException Thrown when a property cannot be serialized/deserialized -
org.hibernate.collection.internal使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.collection.spi使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.criterion使用的org.hibernate.type中的类 类 说明 CompositeType Contract for value types to hold collections and have cascades, etc.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.dialect.function使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.engine.internal使用的org.hibernate.type中的类 类 说明 AssociationType A type that represents some kind of association between entities.CollectionType A type that handles Hibernate PersistentCollections (including arrays).Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).VersionType Additional contract for types which may be used to version (and optimistic lock) data. -
org.hibernate.engine.query.spi使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.engine.query.spi.sql使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.engine.spi使用的org.hibernate.type中的类 类 说明 CollectionType A type that handles Hibernate PersistentCollections (including arrays).Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).TypeResolver 已过时。(since 5.3) No replacement, access to and handling of Types will be much different in 6.0 -
org.hibernate.event.internal使用的org.hibernate.type中的类 类 说明 CollectionType A type that handles Hibernate PersistentCollections (including arrays).ForeignKeyDirection Represents directionality of the foreign key constraintType Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.hql.internal使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.hql.internal.ast使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.hql.internal.ast.tree使用的org.hibernate.type中的类 类 说明 CompositeType Contract for value types to hold collections and have cascades, etc.EntityType Base for types which map associations to persistent entities.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.hql.internal.ast.util使用的org.hibernate.type中的类 类 说明 AssociationType A type that represents some kind of association between entities.CollectionType A type that handles Hibernate PersistentCollections (including arrays).EntityType Base for types which map associations to persistent entities.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.hql.internal.classic使用的org.hibernate.type中的类 类 说明 EntityType Base for types which map associations to persistent entities.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.hql.spi使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.hql.spi.id.inline使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).TypeResolver 已过时。(since 5.3) No replacement, access to and handling of Types will be much different in 6.0 -
org.hibernate.id使用的org.hibernate.type中的类 类 说明 BasicType Marker interface for basic types.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.id.enhanced使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.id.factory使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.id.factory.internal使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.internal使用的org.hibernate.type中的类 类 说明 BasicType Marker interface for basic types.SerializationException Thrown when a property cannot be serialized/deserializedType Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).TypeResolver 已过时。(since 5.3) No replacement, access to and handling of Types will be much different in 6.0 -
org.hibernate.internal.util使用的org.hibernate.type中的类 类 说明 SerializationException Thrown when a property cannot be serialized/deserializedType Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.internal.util.collections使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.jpa使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.jpa.spi使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.loader使用的org.hibernate.type中的类 类 说明 AssociationType A type that represents some kind of association between entities.EntityType Base for types which map associations to persistent entities.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.loader.collection使用的org.hibernate.type中的类 类 说明 AssociationType A type that represents some kind of association between entities.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.loader.collection.plan使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.loader.criteria使用的org.hibernate.type中的类 类 说明 AssociationType A type that represents some kind of association between entities.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.loader.custom使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.loader.entity使用的org.hibernate.type中的类 类 说明 AssociationType A type that represents some kind of association between entities.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.loader.entity.plan使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.loader.hql使用的org.hibernate.type中的类 类 说明 EntityType Base for types which map associations to persistent entities. -
org.hibernate.loader.plan.build.internal.returns使用的org.hibernate.type中的类 类 说明 AnyType Handles "any" mappingsCollectionType A type that handles Hibernate PersistentCollections (including arrays).CompositeType Contract for value types to hold collections and have cascades, etc.EntityType Base for types which map associations to persistent entities.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.loader.plan.build.internal.spaces使用的org.hibernate.type中的类 类 说明 CollectionType A type that handles Hibernate PersistentCollections (including arrays).CompositeType Contract for value types to hold collections and have cascades, etc.EntityType Base for types which map associations to persistent entities.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.loader.plan.spi使用的org.hibernate.type中的类 类 说明 CollectionType A type that handles Hibernate PersistentCollections (including arrays).EntityType Base for types which map associations to persistent entities.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.mapping使用的org.hibernate.type中的类 类 说明 CollectionType A type that handles Hibernate PersistentCollections (including arrays).ForeignKeyDirection Represents directionality of the foreign key constraintType Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.metadata使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.metamodel.model.domain.internal使用的org.hibernate.type中的类 类 说明 ComponentType Handles "component" mappings -
org.hibernate.metamodel.model.domain.spi使用的org.hibernate.type中的类 类 说明 ComponentType Handles "component" mappings -
org.hibernate.param使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).VersionType Additional contract for types which may be used to version (and optimistic lock) data. -
org.hibernate.persister.collection使用的org.hibernate.type中的类 类 说明 CollectionType A type that handles Hibernate PersistentCollections (including arrays).CompositeType Contract for value types to hold collections and have cascades, etc.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.persister.entity使用的org.hibernate.type中的类 类 说明 AbstractType Abstract superclass of the built in Type hierarchy.CompositeType Contract for value types to hold collections and have cascades, etc.EntityType Base for types which map associations to persistent entities.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).VersionType Additional contract for types which may be used to version (and optimistic lock) data. -
org.hibernate.persister.walking.internal使用的org.hibernate.type中的类 类 说明 AnyType Handles "any" mappingsAssociationType A type that represents some kind of association between entities.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.persister.walking.spi使用的org.hibernate.type中的类 类 说明 AnyType Handles "any" mappingsAssociationType A type that represents some kind of association between entities.CollectionType A type that handles Hibernate PersistentCollections (including arrays).CompositeType Contract for value types to hold collections and have cascades, etc.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.pretty使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.procedure使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.procedure.internal使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.procedure.spi使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.proxy使用的org.hibernate.type中的类 类 说明 CompositeType Contract for value types to hold collections and have cascades, etc. -
org.hibernate.proxy.map使用的org.hibernate.type中的类 类 说明 CompositeType Contract for value types to hold collections and have cascades, etc. -
org.hibernate.proxy.pojo使用的org.hibernate.type中的类 类 说明 CompositeType Contract for value types to hold collections and have cascades, etc. -
org.hibernate.proxy.pojo.bytebuddy使用的org.hibernate.type中的类 类 说明 CompositeType Contract for value types to hold collections and have cascades, etc. -
org.hibernate.proxy.pojo.javassist使用的org.hibernate.type中的类 类 说明 CompositeType Contract for value types to hold collections and have cascades, etc. -
org.hibernate.query使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.query.criteria.internal.compile使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.query.internal使用的org.hibernate.type中的类 类 说明 BasicType Marker interface for basic types.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.query.procedure.internal使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.query.spi使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.sql使用的org.hibernate.type中的类 类 说明 LiteralType Additional contract for aTypethat may appear as an SQL literal -
org.hibernate.transform使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.tuple使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.tuple.component使用的org.hibernate.type中的类 类 说明 AssociationType A type that represents some kind of association between entities.CompositeType Contract for value types to hold collections and have cascades, etc.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.tuple.entity使用的org.hibernate.type中的类 类 说明 AssociationType A type that represents some kind of association between entities.ComponentType Handles "component" mappingsCompositeType Contract for value types to hold collections and have cascades, etc.EntityType Base for types which map associations to persistent entities.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.type使用的org.hibernate.type中的类 类 说明 AbstractSingleColumnStandardBasicType TODO : javadocAbstractStandardBasicType Convenience base class forBasicTypeimplementationsAbstractType Abstract superclass of the built in Type hierarchy.AnyType Handles "any" mappingsAssociationType A type that represents some kind of association between entities.BasicType Marker interface for basic types.BasicTypeRegistry A registry ofBasicTypeinstancesBigDecimalType A type that maps between aNUMERICandBigDecimal.BigIntegerType A type that maps between aNUMERICandBigInteger.BinaryType A type that maps between aVARBINARYandbyte[]Implementation of theVersionTypeinterface should be considered deprecated.BlobType BooleanType ByteType CalendarDateType CalendarTimeType CalendarType CharacterArrayClobType A type that maps betweenCLOBandCharacter[]CharacterArrayNClobType A type that maps betweenNCLOBandCharacter[]CharacterArrayType A type that maps betweenVARCHARandCharacter[]CharacterNCharType CharacterType CharArrayType A type that maps betweenVARCHARandchar[]ClassType ClobType CollectionType A type that handles Hibernate PersistentCollections (including arrays).ComponentType Handles "component" mappingsCompositeCustomType AdaptsCompositeUserTypeto theTypeinterfaceCompositeType Contract for value types to hold collections and have cascades, etc.CurrencyType CustomType DateType DbTimestampType dbtimestamp: An extension ofTimestampTypewhich maps to the database's current timestamp, rather than the jvm's current timestamp.DiscriminatorType Additional contract for aTypemay be used for a discriminator.DoubleType DurationType EmbeddedComponentType EntityType Base for types which map associations to persistent entities.FloatType ForeignKeyDirection Represents directionality of the foreign key constraintIdentifierType Additional contract for aTypemay be used for a discriminator.ImageType A type that maps betweenLONGVARBINARYandbyte[]InstantType A type that maps betweenTIMESTAMPandLocalDateTime.IntegerType A type that maps betweenINTEGERand @link Integer}LiteralType Additional contract for aTypethat may appear as an SQL literalLocalDateTimeType A type that maps betweenTIMESTAMPandLocalDateTime.LocalDateType LocaleType A type that maps betweenVARCHARand @link Locale}LocalTimeType A type that maps betweenTIMESTAMPandLocalDateTime.LongType ManyToOneType A many-to-one association to an entity.MapType MaterializedBlobType A type that maps betweenBLOBandbyte[]MaterializedClobType MaterializedNClobType NClobType NTextType A type that maps betweenLONGNVARCHARandStringNumericBooleanType ObjectType Specific adaptation of the "any" type to the old deprecated "object" typeOffsetDateTimeType OffsetTimeType OneToOneType A one-to-one association to an entityPostgresUUIDType Specialized type mapping forUUIDand the Postgres UUID data type (which is mapped as OTHER in its JDBC driver).PostgresUUIDType.PostgresUUIDSqlTypeDescriptor PrimitiveType Additional contract for primitive / primitive wrapper types.ProcedureParameterExtractionAware OptionalTypecontract for implementations that are aware of how to extract values from store procedure OUT/INOUT parameters.ProcedureParameterNamedBinder OptionalTypecontract for implementations enabled to set store procedure OUT/INOUT parameters values by name.RowVersionType A type that maps between aVARBINARYandbyte[]specifically for entity versions/timestamps.SerializableType A type that maps between aVARBINARYandSerializableclasses.SetType ShortType SingleColumnType Provide convenient methods for binding and extracting values for use withBasicType.SpecialOneToOneType A one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.StringNVarcharType StringRepresentableType Additional, optional contract for types capable of rendering and consuming their values to/from strings.StringType TextType A type that maps betweenLONGVARCHARandStringTimestampType TimeType TimeZoneType TrueFalseType Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).TypeFactory 已过时。UseTypeConfigurationinsteadTypeFactory.TypeScope 已过时。UseTypeConfiguration/TypeConfiguration.ScopeinsteadUrlType UUIDBinaryType A type mappingTypes.BINARYandUUIDUUIDCharType VersionType Additional contract for types which may be used to version (and optimistic lock) data.WrappedMaterializedBlobType A type that maps JDBCBLOBandByte[].WrapperBinaryType YesNoType ZonedDateTimeType -
org.hibernate.type.descriptor.converter使用的org.hibernate.type中的类 类 说明 AbstractSingleColumnStandardBasicType TODO : javadocAbstractStandardBasicType Convenience base class forBasicTypeimplementationsBasicType Marker interface for basic types.ProcedureParameterExtractionAware OptionalTypecontract for implementations that are aware of how to extract values from store procedure OUT/INOUT parameters.ProcedureParameterNamedBinder OptionalTypecontract for implementations enabled to set store procedure OUT/INOUT parameters values by name.SingleColumnType Provide convenient methods for binding and extracting values for use withBasicType.StringRepresentableType Additional, optional contract for types capable of rendering and consuming their values to/from strings.Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc). -
org.hibernate.type.spi使用的org.hibernate.type中的类 类 说明 BasicTypeRegistry A registry ofBasicTypeinstancesTypeResolver 已过时。(since 5.3) No replacement, access to and handling of Types will be much different in 6.0 -
org.hibernate.usertype使用的org.hibernate.type中的类 类 说明 Type Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).