| Library: | Hibernate |
| Version: | 3.1.3 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| AbstractAuxiliaryDatabaseObject | org.hibernate.mapping | Convenience base class for AuxiliaryDatabaseObject s. |
| AbstractBatcher | org.hibernate.jdbc | Manages prepared statements and batching. |
| AbstractCollectionPersister | org.hibernate.persister.collection | Base implementation of the QueryableCollection interface. |
| AbstractComponentTuplizer | org.hibernate.tuple | No description provided. |
| AbstractEmptinessExpression | org.hibernate.criterion | Implementation of AbstractEmptinessExpression. |
| AbstractEntityJoinWalker | org.hibernate.loader | Abstract walker for walkers which begin at an entity (criteria queries and entity loaders). |
| AbstractEntityLoader | org.hibernate.loader.entity | No description provided. |
| AbstractEntityPersister | org.hibernate.persister.entity | Basic functionality for persisting an entity via JDBC through either generated or custom SQL |
| AbstractEntityTuplizer | org.hibernate.tuple | Support base class for EntityTuplizer implementations. |
| AbstractEvent | org.hibernate.event | Defines a base class for Session generated events. |
| AbstractExplicitParameterSpecification | org.hibernate.param | Convenience base class for explicitly defined query parameters. |
| AbstractFlushingEventListener | org.hibernate.event.def | A convenience base class for listeners whose functionality results in flushing. |
| AbstractJndiBoundCacheProvider | org.hibernate.cache | Support for CacheProvider implementations which are backed by caches bound into JNDI namespace. |
| AbstractLazyInitializer | org.hibernate.proxy | No description provided. |
| AbstractLockUpgradeEventListener | org.hibernate.event.def | A convenience base class for listeners that respond to requests to perform a pessimistic lock upgrade on an entity. |
| AbstractPersistentCollection | org.hibernate.collection | Base class implementing PersistentCollection |
| AbstractPostInsertGenerator | org.hibernate.id | No description provided. |
| AbstractPropertyMapping | org.hibernate.persister.entity | Base implementation of a PropertyMapping |
| AbstractQueryImpl | org.hibernate.impl | Abstract implementation of the Query interface. |
| AbstractReassociateEventListener | org.hibernate.event.def | A convenience base class for listeners that respond to requests to reassociate an entity to a session ( such as through lock() or update() ). |
| AbstractRestrictableStatement | org.hibernate.hql.ast.tree | Convenience implementation of RestrictableStatement to centralize common functionality. |
| AbstractSaveEventListener | org.hibernate.event.def | A convenience bas class for listeners responding to save events. |
| AbstractScrollableResults | org.hibernate.impl | Implementation of the ScrollableResults interface |
| AbstractSelectExpression | org.hibernate.hql.ast.tree | Partial implementation of SelectExpression for all the nodes that aren't constructors. |
| AbstractSessionImpl | org.hibernate.impl | Functionality common to stateless and stateful sessions |
| AbstractStatement | org.hibernate.hql.ast.tree | Convenience implementation of Statement to centralize common functionality. |
| AbstractStatementExecutor | org.hibernate.hql.ast.exec | Implementation of AbstractStatementExecutor. |
| AbstractType | org.hibernate.type | Abstract superclass of the built in Type hierarchy. |
| AbstractUUIDGenerator | org.hibernate.id | The base class for identifier generators that use a UUID algorithm. |
| AbstractVisitor | org.hibernate.event.def | Abstract superclass of algorithms that walk a tree of property values of an entity, and perform specific functionality for collections, components and associated entities. |
| ActionQueue | org.hibernate.engine | Responsible for maintaining the queue of actions related to events. |
| AdaptedImmutableType | org.hibernate.type | Optimize a mutable type, if the user promises not to mutable the instances. |
| AggregateNode | org.hibernate.hql.ast.tree | Represents an aggregate function i.e. |
| AggregateProjection | org.hibernate.criterion | An aggregation |
| Alias | org.hibernate.sql | An alias generator for SQL identifiers |
| AliasedProjection | org.hibernate.criterion | No description provided. |
| AliasGenerator | org.hibernate.hql.ast.util | Generates class/table/column aliases during semantic analysis and SQL rendering. |
| AliasToBeanResultTransformer | org.hibernate.transform | Result transformer that allows to transform a result to a user specified class which will be populated via setter methods or fields matching the alias names. |
| AliasToEntityMapResultTransformer | org.hibernate.transform | No description provided. |
| ANSICaseFragment | org.hibernate.sql | An ANSI SQL CASE expression. |
| ANSIJoinFragment | org.hibernate.sql | An ANSI-style join |
| Any | org.hibernate.mapping | A Hibernate "any" type (ie. |
| AnyType | org.hibernate.type | Handles "any" mappings and the old deprecated "object" type |
| AnyType.ObjectTypeCacheEntry | org.hibernate.type | No description provided. |
| Array | org.hibernate.mapping | An array mapping has a primary key consisting of the key columns + index column. |
| ArrayHelper | org.hibernate.util | No description provided. |
| ArrayType | org.hibernate.type | A type for persistent arrays. |
| Assigned | org.hibernate.id | assigned An IdentifierGenerator that returns the current identifier assigned to an instance. |
| AssignmentSpecification | org.hibernate.hql.ast.tree | Encapsulates the information relating to an individual assignment within the set clause of an HQL update statement. |
| ASTAppender | org.hibernate.hql.ast.util | Appends child nodes to a parent efficiently. |
| ASTIterator | org.hibernate.hql.ast.util | Depth first iteration of an ANTLR AST. |
| ASTParentsFirstIterator | org.hibernate.hql.ast.util | Depth first iteration of an ANTLR AST. |
| ASTPrinter | org.hibernate.hql.ast.util | An 'ASCII art' AST printer for debugging ANTLR grammars. |
| ASTQueryTranslatorFactory | org.hibernate.hql.ast | Generates translators which uses the Antlr-based parser to perform the translation. |
| ASTUtil | org.hibernate.hql.ast.util | Provides utility methods for AST traversal and manipulation. |
| ASTUtil.IncludePredicate | org.hibernate.hql.ast.util | A predicate that uses inclusion, rather than exclusion semantics. |
| AutoFlushEvent | org.hibernate.event | Defines an event class for the auto-flushing of a session. |
| AvgProjection | org.hibernate.criterion | No description provided. |
| Backref | org.hibernate.mapping | No description provided. |
| BackrefPropertyAccessor | org.hibernate.property | Represents a "back-reference" to the id of a collection owner. |
| BackrefPropertyAccessor.BackrefGetter | org.hibernate.property | The Getter implementation for id backrefs. |
| BackrefPropertyAccessor.BackrefSetter | org.hibernate.property | The Setter implementation for id backrefs. |
| Bag | org.hibernate.mapping | A bag permits duplicates, so it has no primary key |
| BagType | org.hibernate.type | No description provided. |
| BasicCollectionJoinWalker | org.hibernate.loader.collection | Walker for collections of values and many-to-many associations |
| BasicCollectionLoader | org.hibernate.loader.collection | Loads a collection of values or a many-to-many association. |
| BasicCollectionPersister | org.hibernate.persister.collection | Collection persister for collections of values and many-to-many associations. |
| BasicEntityPropertyMapping | org.hibernate.persister.entity | No description provided. |
| BasicExecutor | org.hibernate.hql.ast.exec | Implementation of BasicExecutor. |
| BasicLazyInitializer | org.hibernate.proxy | Lazy initializer for POJOs |
| BasicLoader | org.hibernate.loader | Uses the default mapping from property to result set column alias defined by the entities' persisters. |
| BasicPropertyAccessor | org.hibernate.property | Accesses property values via a get/set pair, which may be nonpublic. |
| BasicPropertyAccessor.BasicGetter | org.hibernate.property | No description provided. |
| BasicPropertyAccessor.BasicSetter | org.hibernate.property | No description provided. |
| BatchFetchQueue | org.hibernate.engine | Tracks entity and collection keys that are available for batch fetching, and the queries which were used to load entities, which can be re-used as a subquery for loading owned collections. |
| BatchingBatcher | org.hibernate.jdbc | An implementation of the Batcher interface that actually uses batching |
| BatchingBatcherFactory | org.hibernate.jdbc | A BatcherFactory implementation which constructs Batcher instances capable of actually performing batch operations. |
| BatchingCollectionInitializer | org.hibernate.loader.collection | "Batch" loads collections, using multiple foreign key values in the SQL where clause. |
| BatchingEntityLoader | org.hibernate.loader.entity | "Batch" loads entities, using multiple primary key values in the SQL where clause. |
| BESTransactionManagerLookup | org.hibernate.transaction | A TransactionManager lookup strategy for Borland ES. |
| BetweenExpression | org.hibernate.criterion | Constrains a property to between two values |
| BetweenOperatorNode | org.hibernate.hql.ast.tree | Contract for nodes representing logcial BETWEEN (ternary) operators. |
| BigDecimalType | org.hibernate.type | big_decimal: A type that maps an SQL NUMERIC to a java.math.BigDecimal |
| BigIntegerType | org.hibernate.type | big_integer: A type that maps an SQL NUMERIC to a java.math.BigInteger |
| BinaryArithmeticOperatorNode | org.hibernate.hql.ast.tree | Nodes which represent binary arithmetic operators. |
| BinaryLogicOperatorNode | org.hibernate.hql.ast.tree | Contract for nodes representing binary operators. |
| BinaryType | org.hibernate.type | binary: A type that maps an SQL VARBINARY to a Java byte[]. |
| BlobImpl | org.hibernate.lob | A dummy implementation of java.sql.Blob that may be used to insert new data into a BLOB. |
| BlobType | org.hibernate.type | blob: A type that maps an SQL BLOB to a java.sql.Blob. |
| BooleanType | org.hibernate.type | boolean: A type that maps an SQL BIT to a Java Boolean. |
| BorrowedConnectionProxy | org.hibernate.jdbc | A proxy for borrowed connections which funnels all requests back into the ConnectionManager from which it was borrowed to be properly handled (in terms of connection release modes). |
| BulkOperationCleanupAction | org.hibernate.action | Implementation of BulkOperationCleanupAction. |
| BytesHelper | org.hibernate.util | No description provided. |
| ByteType | org.hibernate.type | byte: A type that maps an SQL TINYINT to a Java Byte. |
| C3P0ConnectionProvider | org.hibernate.connection | A connection provider that uses a C3P0 connection pool. |
| CacheEntry | org.hibernate.cache.entry | A cached instance of a persistent class |
| CacheFactory | org.hibernate.cache | No description provided. |
| CacheKey | org.hibernate.cache | Allows multiple entity classes / collection roles to be stored in the same cache region. |
| CacheMode | org.hibernate | Controls how the session interacts with the second-level cache and query cache. |
| CacheSynchronization | org.hibernate.transaction | No description provided. |
| CalendarComparator | org.hibernate.util | No description provided. |
| CalendarDateType | org.hibernate.type | calendar_date: A type mapping for a Calendar object that represents a date. |
| CalendarType | org.hibernate.type | calendar: A type mapping for a Calendar object that represents a datetime. |
| Cascade | org.hibernate.engine | Implements cascaded save / delete / update / lock / evict / replicate / persist / merge |
| CascadeEntityJoinWalker | org.hibernate.loader.entity | No description provided. |
| CascadeEntityLoader | org.hibernate.loader.entity | No description provided. |
| CascadeStyle | org.hibernate.engine | A style of cascade that can be specified by the mapping for an association. |
| CascadeStyle.MultipleCascadeStyle | org.hibernate.engine | No description provided. |
| CascadingAction | org.hibernate.engine | A session action that may be cascaded from parent entity to its children |
| Case2Node | org.hibernate.hql.ast.tree | Represents a case ... |
| CaseFragment | org.hibernate.sql | Abstract SQL case fragment renderer |
| CaseNode | org.hibernate.hql.ast.tree | Represents a case ... |
| CastFunction | org.hibernate.dialect.function | ANSI-SQL style cast(foo as type) where the type is a Hibernate type |
| CategorizedStatistics | org.hibernate.stat | Statistics for a particular "category" (a named entity, collection role, second level cache region or query). |
| CGLIBLazyInitializer | org.hibernate.proxy | A LazyInitializer implemented using the CGLIB bytecode generation library |
| CGLIBProxyFactory | org.hibernate.proxy | No description provided. |
| ChainedPropertyAccessor | org.hibernate.property | No description provided. |
| CharacterType | org.hibernate.type | character: A type that maps an SQL CHAR(1) to a Java Character. |
| CharBooleanType | org.hibernate.type | Superclass for types that map Java boolean to SQL CHAR(1). |
| CharIndexFunction | org.hibernate.dialect.function | Emulation of locate() on Sybase |
| ClassicQueryTranslatorFactory | org.hibernate.hql.classic | Generates translators which uses the older hand-written parser to perform the translation. |
| ClassType | org.hibernate.type | class: A type that maps an SQL VARCHAR to a Java Class. |
| ClauseParser | org.hibernate.hql.classic | Parses the Hibernate query into its constituent clauses. |
| ClobImpl | org.hibernate.lob | A dummy implementation of java.sql.Clob that may be used to insert new data into a CLOB. |
| ClobType | org.hibernate.type | clob: A type that maps an SQL CLOB to a java.sql.Clob. |
| Cloneable | org.hibernate.util | An object that is shallow-coneable |
| CMTTransaction | org.hibernate.transaction | Implements a basic transaction strategy for CMT transactions. |
| CMTTransactionFactory | org.hibernate.transaction | Factory for CMTTransaction. |
| Collection | org.hibernate.mapping | Mapping for a collection. |
| CollectionAction | org.hibernate.action | Any action relating to insert/update/delete of a collection |
| CollectionCacheEntry | org.hibernate.cache.entry | No description provided. |
| CollectionElementLoader | org.hibernate.loader.entity | No description provided. |
| CollectionEntry | org.hibernate.engine | We need an entry to tell us all about the current state of a collection with respect to its persistent state |
| CollectionFilterImpl | org.hibernate.impl | implementation of the Query interface for collection filters |
| CollectionFunction | org.hibernate.hql.ast.tree | Represents 'elements()' or 'indices()'. |
| CollectionHelper | org.hibernate.util | No description provided. |
| CollectionJoinWalker | org.hibernate.loader.collection | Superclass of walkers for collection initializers |
| CollectionKey | org.hibernate.engine | Uniquely identifies a collection instance in a particular session. |
| CollectionLoadContext | org.hibernate.engine | Represents the state of collections currently being loaded. |
| CollectionLoader | org.hibernate.loader.collection | Superclass for loaders that initialize collections |
| CollectionProperties | org.hibernate.hql | Provides a map of collection function names to the corresponding property names. |
| CollectionPropertyMapping | org.hibernate.persister.collection | No description provided. |
| CollectionPropertyNames | org.hibernate.persister.collection | The names of all the collection properties. |
| CollectionRecreateAction | org.hibernate.action | No description provided. |
| CollectionRemoveAction | org.hibernate.action | No description provided. |
| Collections | org.hibernate.engine | Implements book-keeping for the collection persistence by reachability algorithm |
| CollectionSecondPass | org.hibernate.cfg | Collection second pass |
| CollectionStatistics | org.hibernate.stat | Collection related statistics |
| CollectionSubqueryFactory | org.hibernate.hql | Provides the SQL for collection subqueries. |
| CollectionType | org.hibernate.type | A type that handles Hibernate PersistentCollections (including arrays). |
| CollectionUpdateAction | org.hibernate.action | No description provided. |
| Column | org.hibernate.mapping | A column of a relational database table |
| ColumnCollectionAliases | org.hibernate.loader.custom | CollectionAliases that uses columnnames instead of generated aliases. |
| ColumnEntityAliases | org.hibernate.loader | EntityAliases that chooses the column names over the alias names. |
| ColumnHelper | org.hibernate.hql.ast.util | Provides utility methods for dealing with arrays of SQL column names. |
| ColumnMetadata | org.hibernate.tool.hbm2ddl | JDBC column metadata |
| ColumnNameCache | org.hibernate.jdbc | Implementation of ColumnNameCache. |
| ComparableComparator | org.hibernate.util | Delegates to Comparable |
| Component | org.hibernate.mapping | The mapping for a component, composite element, composite identifier, etc. |
| ComponentType | org.hibernate.type | Handles "component" mappings |
| CompositeCustomType | org.hibernate.type | Adapts CompositeUserType to Type interface |
| CompositeElementPropertyMapping | org.hibernate.persister.collection | No description provided. |
| ConditionFragment | org.hibernate.sql | No description provided. |
| ConfigHelper | org.hibernate.util | A simple class to centralize logic needed to locate config files on the system. |
| Configuration | org.hibernate.cfg | An instance of Configuration allows the application to specify properties and mapping documents to be used when creating a SessionFactory. |
| Conjunction | org.hibernate.criterion | No description provided. |
| ConnectionManager | org.hibernate.jdbc | Encapsulates JDBC Connection management logic needed by Hibernate. |
| ConnectionProviderFactory | org.hibernate.connection | Instantiates a connection provider given either System properties or a java.util.Properties instance. |
| ConnectionReleaseMode | org.hibernate | Defines the various policies by which Hibernate might release its underlying JDBC connection. |
| Constraint | org.hibernate.mapping | A relational constraint. |
| ConstructorNode | org.hibernate.hql.ast.tree | Represents a constructor (new) in a SELECT. |
| CountNode | org.hibernate.hql.ast.tree | Represents a COUNT expression in a select. |
| CountProjection | org.hibernate.criterion | A count |
| CriteriaImpl | org.hibernate.impl | Implementation of the Criteria interface |
| CriteriaImpl.CriterionEntry | org.hibernate.impl | No description provided. |
| CriteriaImpl.OrderEntry | org.hibernate.impl | No description provided. |
| CriteriaImpl.Subcriteria | org.hibernate.impl | No description provided. |
| CriteriaJoinWalker | org.hibernate.loader.criteria | A JoinWalker for Criteria queries. |
| CriteriaLoader | org.hibernate.loader.criteria | A Loader for Criteria queries. |
| CriteriaQueryTranslator | org.hibernate.loader.criteria | No description provided. |
| CurrencyType | org.hibernate.type | currency: A type that maps an SQL VARCHAR to a java.util.Currency |
| CustomCollectionType | org.hibernate.type | A custom type for mapping user-written classes that implement PersistentCollection |
| CustomLoader | org.hibernate.loader.custom | Extension point for loaders which use a SQL result set with "unexpected" column aliases. |
| CustomType | org.hibernate.type | Adapts UserType to the generic Type interface. |
| DatabaseMetadata | org.hibernate.tool.hbm2ddl | JDBC database metadata |
| DataDirectOracle9Dialect | org.hibernate.dialect | No description provided. |
| DatasourceConnectionProvider | org.hibernate.connection | A connection provider that uses a DataSource registered with JNDI. |
| DateType | org.hibernate.type | date: A type that maps an SQL DATE to a Java Date. |
| DB2390Dialect | org.hibernate.dialect | An SQL dialect for DB2/390. |
| DB2400Dialect | org.hibernate.dialect | An SQL dialect for DB2/400 |
| DB2Dialect | org.hibernate.dialect | An SQL dialect for DB2. |
| DbTimestampType | org.hibernate.type | dbtimestamp: An extension of TimestampType which maps to the database's current timestamp, rather than the jvm's current timestamp. |
| DDLFormatter | org.hibernate.pretty | No description provided. |
| DecodeCaseFragment | org.hibernate.sql | An Oracle-style DECODE function. |
| DefaultAutoFlushEventListener | org.hibernate.event.def | Defines the default flush event listeners used by hibernate for flushing session state in response to generated auto-flush events. |
| DefaultDeleteEventListener | org.hibernate.event.def | Defines the default delete event listener used by hibernate for deleting entities from the datastore in response to generated delete events. |
| DefaultDirtyCheckEventListener | org.hibernate.event.def | Defines the default dirty-check event listener used by hibernate for checking the session for dirtiness in response to generated dirty-check events. |
| DefaultEntityAliases | org.hibernate.loader | EntityAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases. |
| DefaultEvictEventListener | org.hibernate.event.def | Defines the default evict event listener used by hibernate for evicting entities in response to generated flush events. |
| DefaultFlushEntityEventListener | org.hibernate.event.def | An event that occurs for each entity instance at flush time |
| DefaultFlushEventListener | org.hibernate.event.def | Defines the default flush event listeners used by hibernate for flushing session state in response to generated flush events. |
| DefaultInitializeCollectionEventListener | org.hibernate.event.def | No description provided. |
| DefaultLoadEventListener | org.hibernate.event.def | Defines the default load event listeners used by hibernate for loading entities in response to generated load events. |
| DefaultLockEventListener | org.hibernate.event.def | Defines the default lock event listeners used by hibernate to lock entities in response to generated lock events. |
| DefaultMergeEventListener | org.hibernate.event.def | Defines the default copy event listener used by hibernate for copying entities in response to generated copy events. |
| DefaultNamingStrategy | org.hibernate.cfg | The default NamingStrategy |
| DefaultPersistEventListener | org.hibernate.event.def | Defines the default create event listener used by hibernate for creating transient entities in response to generated create events. |
| DefaultPersistOnFlushEventListener | org.hibernate.event.def | When persist is used as the cascade action, persistOnFlush should be used |
| DefaultPostLoadEventListener | org.hibernate.event.def | Call Lifecycle interface if necessary |
| DefaultPreLoadEventListener | org.hibernate.event.def | Called before injecting property values into a newly loaded entity instance. |
| DefaultRefreshEventListener | org.hibernate.event.def | Defines the default refresh event listener used by hibernate for refreshing entities in response to generated refresh events. |
| DefaultReplicateEventListener | org.hibernate.event.def | Defines the default replicate event listener used by Hibernate to replicate entities in response to generated replicate events. |
| DefaultSaveEventListener | org.hibernate.event.def | An event handler for save() events |
| DefaultSaveOrUpdateCopyEventListener | org.hibernate.event.def | No description provided. |
| DefaultSaveOrUpdateEventListener | org.hibernate.event.def | Defines the default update event listener used by hibernate for updating transient entities in response to generated update events. |
| DefaultUpdateEventListener | org.hibernate.event.def | An event handler for update() events |
| Delete | org.hibernate.sql | An SQL DELETE statement |
| DeleteEvent | org.hibernate.event | Defines an event class for the deletion of an entity. |
| DeleteStatement | org.hibernate.hql.ast.tree | Defines a top-level AST node representing an HQL delete statement. |
| DenormalizedTable | org.hibernate.mapping | No description provided. |
| DependantValue | org.hibernate.mapping | A value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key). |
| DerbyCaseFragment | org.hibernate.sql | No description provided. |
| DerbyDialect | org.hibernate.dialect | No description provided. |
| DetachedCriteria | org.hibernate.criterion | Some applications need to create criteria queries in "detached mode", where the Hibernate session is not available. |
| Dialect | org.hibernate.dialect | Represents a dialect of SQL implemented by a particular RDBMS. |
| DialectFactory | org.hibernate.dialect | A factory for generating Dialect instances. |
| DialectFactory.VersionInsensitiveMapper | org.hibernate.dialect | A simple DatabaseDialectMapper for dialects which are independent of the underlying database product version. |
| DirectPropertyAccessor | org.hibernate.property | Accesses fields directly. |
| DirectPropertyAccessor.DirectGetter | org.hibernate.property | No description provided. |
| DirectPropertyAccessor.DirectSetter | org.hibernate.property | No description provided. |
| DirtyCheckEvent | org.hibernate.event | Defines an event class for the dirty-checking of a session. |
| DirtyCollectionSearchVisitor | org.hibernate.event.def | Do we have a dirty collection here? 1. |
| Disjunction | org.hibernate.criterion | No description provided. |
| DisjunctionFragment | org.hibernate.sql | A disjunctive string of conditions |
| Distinct | org.hibernate.criterion | No description provided. |
| DistinctRootEntityResultTransformer | org.hibernate.transform | No description provided. |
| Dom4jAccessor | org.hibernate.property | Responsible for accessing property values represented as a dom4j Element or Attribute. |
| Dom4jAccessor.AttributeGetter | org.hibernate.property | For nodes like "@bar" |
| Dom4jAccessor.AttributeSetter | org.hibernate.property | For nodes like "@bar" |
| Dom4jAccessor.Dom4jGetter | org.hibernate.property | Defines the strategy for getting property values out of a dom4j Node. |
| Dom4jAccessor.Dom4jSetter | org.hibernate.property | No description provided. |
| Dom4jAccessor.ElementAttributeGetter | org.hibernate.property | For nodes like "foo/@bar" |
| Dom4jAccessor.ElementAttributeSetter | org.hibernate.property | For nodes like "foo/@bar" |
| Dom4jAccessor.ElementGetter | org.hibernate.property | For nodes like "foo" |
| Dom4jAccessor.ElementSetter | org.hibernate.property | For nodes like "foo" |
| Dom4jAccessor.TextGetter | org.hibernate.property | For nodes like "." |
| Dom4jAccessor.TextSetter | org.hibernate.property | For nodes like "." |
| Dom4jComponentTuplizer | org.hibernate.tuple | No description provided. |
| Dom4jEntityTuplizer | org.hibernate.tuple | Implementation of Dom4jEntityTuplizer. |
| Dom4jInstantiator | org.hibernate.tuple | Performs "instantiation" based on DOM4J elements. |
| Dom4jLazyInitializer | org.hibernate.proxy | Lazy initializer for "dom4j" entity representations. |
| Dom4jProxy | org.hibernate.proxy | Proxy for "dom4j" entity representations. |
| Dom4jProxyFactory | org.hibernate.proxy | Builds proxies for "dom4j" entity representations. |
| DotNode | org.hibernate.hql.ast.tree | Represents a reference to a property or alias expression. |
| DoubleType | org.hibernate.type | double: A type that maps an SQL DOUBLE to a Java Double. |
| DriverManagerConnectionProvider | org.hibernate.connection | A connection provider that uses java.sql.DriverManager. |
| DTDEntityResolver | org.hibernate.util | No description provided. |
| DynamicMapComponentTuplizer | org.hibernate.tuple | No description provided. |
| DynamicMapEntityTuplizer | org.hibernate.tuple | Implementation of DynamicMapEntityTuplizer. |
| DynamicMapInstantiator | org.hibernate.tuple | No description provided. |
| EhCache | org.hibernate.cache | EHCache plugin for Hibernate EHCache uses a MemoryStore and a DiskStore . |
| EhCacheProvider | org.hibernate.cache | Cache Provider plugin for Hibernate
Use hibernate.cache.provider_class=org.hibernate.cache.EhCacheProvider
in Hibernate 3.x or later
Taken from EhCache 0.9 distribution |
| ElementPropertyMapping | org.hibernate.persister.collection | No description provided. |
| ElementWrapper | org.hibernate.tuple | Wraps dom4j elements, allowing them to exist in a non-hierarchical structure. |
| EmbeddedComponentType | org.hibernate.type | No description provided. |
| EmbeddedPropertyAccessor | org.hibernate.property | No description provided. |
| EmbeddedPropertyAccessor.EmbeddedGetter | org.hibernate.property | No description provided. |
| EmbeddedPropertyAccessor.EmbeddedSetter | org.hibernate.property | No description provided. |
| EmptyExpression | org.hibernate.criterion | No description provided. |
| EmptyInterceptor | org.hibernate | An interceptor that does nothing. |
| EmptyIterator | org.hibernate.util | No description provided. |
| EntityAction | org.hibernate.action | Any action relating to insert/update/delete of an entity instance |
| EntityDeleteAction | org.hibernate.action | No description provided. |
| EntityEntry | org.hibernate.engine | We need an entry to tell us all about the current state of an object with respect to its persistent state |
| EntityIdentityInsertAction | org.hibernate.action | No description provided. |
| EntityInsertAction | org.hibernate.action | No description provided. |
| EntityJoinWalker | org.hibernate.loader.entity | A walker for loaders that fetch entities |
| EntityKey | org.hibernate.engine | Uniquely identifies of an entity instance in a particular session by identifier. |
| EntityLoader | org.hibernate.loader.entity | Loads an entity instance using outerjoin fetching to fetch associated entities. |
| EntityMetamodel | org.hibernate.tuple | Centralizes metamodel information about an entity. |
| EntityMode | org.hibernate | Defines the representation modes available for entities. |
| EntityStatistics | org.hibernate.stat | Entity related statistics |
| EntityType | org.hibernate.type | A reference to an entity class |
| EntityUniqueKey | org.hibernate.engine | Used to uniquely key an entity instance in relation to a particular session by some unique property reference, as opposed to identifier. |
| EntityUpdateAction | org.hibernate.action | No description provided. |
| Environment | org.hibernate.cfg | Provides access to configuration info passed in Properties objects. |
| EqualsHelper | org.hibernate.util | No description provided. |
| ErrorCounter | org.hibernate.hql.ast | An error handler that counts parsing errors and warnings. |
| EventListeners | org.hibernate.event | A convience holder for all defined session event listeners. |
| EvictEvent | org.hibernate.event | Defines an event class for the evicting of an entity. |
| EvictVisitor | org.hibernate.event.def | Evict any collections referenced by the object from the session cache. |
| Example | org.hibernate.criterion | Support for query by example. |
| ExceptionUtils | org.hibernate.exception | Provides utilities for manipulating and examining
|
| ExistsSubqueryExpression | org.hibernate.criterion | No description provided. |
| Expression | org.hibernate.criterion | This class is semi-deprecated. |
| ExtendsQueueEntry | org.hibernate.cfg | Represents a mapping queued for delayed processing to await processing of an extends entity upon which it depends. |
| ExternalSessionFactoryConfig | org.hibernate.util | Defines support for various externally configurable SessionFactory(s), for example, JMX or the JCA adapter. |
| FastHashMap | org.hibernate.util | A customized implementation of |
| FetchingScrollableResultsImpl | org.hibernate.impl | Implementation of ScrollableResults which can handle collection fetches. |
| FetchMode | org.hibernate | Represents an association fetching strategy. |
| FieldInterceptor | org.hibernate.intercept | A field-level interceptor that initializes lazily fetched properties. |
| FilterDefinition | org.hibernate.engine | A FilterDefinition defines the global attributes of a dynamic filter. |
| FilterHelper | org.hibernate.util | Implementation of FilterHelper. |
| FilterImpl | org.hibernate.impl | Implementation of FilterImpl. |
| FilterKey | org.hibernate.cache | Allows cached queries to be keyed by enabled filters. |
| FilterQueryPlan | org.hibernate.engine.query | Extends an HQLQueryPlan to maintain a reference to the collection-role name being filtered. |
| FirebirdDialect | org.hibernate.dialect | An SQL dialect for Firebird. |
| FloatType | org.hibernate.type | float: A type that maps an SQL FLOAT to a Java Float. |
| FlushEntityEvent | org.hibernate.event | No description provided. |
| FlushEvent | org.hibernate.event | Defines an event class for the flushing of a session. |
| FlushMode | org.hibernate | Represents a flushing strategy. |
| FlushVisitor | org.hibernate.event.def | Process collections reachable from an entity. |
| ForeignGenerator | org.hibernate.id | foreign An Identifier generator that uses the value of the id property of an associated object One mapping parameter is required: property. |
| ForeignKey | org.hibernate.mapping | A foreign key constraint |
| ForeignKeyDirection | org.hibernate.type | Represents directionality of the foreign key constraint |
| ForeignKeyMetadata | org.hibernate.tool.hbm2ddl | JDBC foreign key metadata |
| ForeignKeys | org.hibernate.engine | Algorithms related to foreign key constraint transparency |
| ForeignKeys.Nullifier | org.hibernate.engine | No description provided. |
| Formatter | org.hibernate.pretty | No description provided. |
| Formula | org.hibernate.mapping | A formula is a derived column value |
| ForUpdateFragment | org.hibernate.sql | No description provided. |
| FromClause | org.hibernate.hql.ast.tree | Represents the 'FROM' part of a query or subquery, containing all mapped class references. |
| FromElement | org.hibernate.hql.ast.tree | Represents a single mapped class mentioned in an HQL FROM clause. |
| FromParser | org.hibernate.hql.classic | Parses the from clause of a hibernate query, looking for tables and aliases for the SQL query. |
| FromPathExpressionParser | org.hibernate.hql.classic | No description provided. |
| FromReferenceNode | org.hibernate.hql.ast.tree | Represents a reference to a FROM element, for example a class alias in a WHERE clause. |
| FrontBaseDialect | org.hibernate.dialect | An SQL Dialect for Frontbase. |
| GeneratedCollectionAliases | org.hibernate.loader | CollectionAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases. |
| GetGeneratedKeysHelper | org.hibernate.util | No description provided. |
| GroupByParser | org.hibernate.hql.classic | Parses the GROUP BY clause of an aggregate query |
| GUIDGenerator | org.hibernate.id | Generates string values using the SQL Server NEWID() function. |
| HashtableCache | org.hibernate.cache | A lightweight implementation of the Cache interface |
| HashtableCacheProvider | org.hibernate.cache | A simple in-memory Hashtable-based cache impl. |
| HavingParser | org.hibernate.hql.classic | Parses the having clause of a hibernate query and translates it to an SQL having clause. |
| HbmBinder | org.hibernate.cfg | Walks an XML mapping document and produces the Hibernate configuration-time metamodel (the classes in the mapping package) |
| Hibernate | org.hibernate |
|
| HibernatePermission | org.hibernate.secure | No description provided. |
| HibernateProxyHelper | org.hibernate.proxy | Utility methods for working with proxies. |
| HibernateService | org.hibernate.jmx | Implementation of HibernateServiceMBean. |
| HolderInstantiator | org.hibernate.hql | No description provided. |
| HqlASTFactory | org.hibernate.hql.ast | User: Joshua Davis Date: Sep 23, 2005 Time: 12:30:01 PM |
| HqlBaseLexer | org.hibernate.hql.antlr | Hibernate Query Language Lexer
This lexer provides the HQL parser with tokens. |
| HqlBaseParser | org.hibernate.hql.antlr | Hibernate Query Language Grammar
This grammar parses the query language for Hibernate (an Open Source, Object-Relational mapping library). |
| HqlParser | org.hibernate.hql.ast | Implements the semantic action methods defined in the HQL base parser to keep the grammar source file a little cleaner. |
| HQLQueryPlan | org.hibernate.engine.query | Defines a query execution plan for an HQL query (or filter). |
| HqlSqlBaseWalker | org.hibernate.hql.antlr | Hibernate Query Language to SQL Tree Transform. This is a tree grammar that transforms an HQL AST into a intermediate SQL AST with bindings to Hibernate interfaces (Queryable, etc.). |
| HqlSqlWalker | org.hibernate.hql.ast | Implements methods used by the HQL->SQL tree transform grammar (a.k.a. |
| HqlSqlWalkerNode | org.hibernate.hql.ast.tree | A semantic analysis node, that points back to the main analyzer. |
| HqlToken | org.hibernate.hql.ast | A custom token class for the HQL grammar. |
| HSQLCaseFragment | org.hibernate.sql | The HSQL CASEWHEN function. |
| HSQLDialect | org.hibernate.dialect | An SQL dialect compatible with HSQLDB (Hypersonic SQL). |
| IdentifierBag | org.hibernate.mapping | An IdentifierBag has a primary key consisting of just the identifier column |
| IdentifierBagType | org.hibernate.type | No description provided. |
| IdentifierCollection | org.hibernate.mapping | A collection with a synthetic "identifier" column |
| IdentifierEqExpression | org.hibernate.criterion | An identifier constraint |
| IdentifierGeneratorFactory | org.hibernate.id | Factory and helper methods for IdentifierGenerator framework. |
| IdentifierProjection | org.hibernate.criterion | A property value, or grouped property value |
| IdentifierProperty | org.hibernate.tuple | Represents a defined entity identifier property within the Hibernate runtime-metamodel. |
| IdentifierValue | org.hibernate.engine | A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance. |
| IdentityGenerator | org.hibernate.id | The IdentityGenerator for autoincrement/identity key generation. |
| IdentityMap | org.hibernate.util | A Map where keys are compared by object identity, rather than equals(). |
| IdentityMap.IdentityKey | org.hibernate.util | No description provided. |
| IdentityMap.IdentityMapEntry | org.hibernate.util | No description provided. |
| IdentitySet | org.hibernate.util | Set implementation that use == instead of equals() as its comparison mechanism that base its implementation of IdentityMap |
| IdentNode | org.hibernate.hql.ast.tree | Represents an identifier all by itself, which may be a function name, a class alias, or a form of naked property-ref depending on the context. |
| IlikeExpression | org.hibernate.criterion | A case-insensitive "like" |
| ImmutableType | org.hibernate.type | Superclass of nullable immutable types. |
| ImpliedFromElement | org.hibernate.hql.ast.tree | Represents a FROM element implied by a path expression or a collection reference. |
| ImprovedNamingStrategy | org.hibernate.cfg | An improved naming strategy that prefers embedded underscores to mixed case names |
| IncrementGenerator | org.hibernate.id | increment An IdentifierGenerator that returns a long, constructed by counting from the maximum primary key value at startup. |
| Index | org.hibernate.mapping | A relational table index |
| IndexBackref | org.hibernate.mapping | No description provided. |
| IndexedCollection | org.hibernate.mapping | Indexed collections include Lists, Maps, arrays and primitive arrays. |
| IndexMetadata | org.hibernate.tool.hbm2ddl | JDBC index metadata |
| IndexNode | org.hibernate.hql.ast.tree | Represents the [] operator and provides it's semantics. |
| IndexPropertyAccessor | org.hibernate.property | Represents a "back-reference" to the index of a collection. |
| IndexPropertyAccessor.IndexGetter | org.hibernate.property | The Getter implementation for index backrefs. |
| IndexPropertyAccessor.IndexSetter | org.hibernate.property | The Setter implementation for index backrefs. |
| InExpression | org.hibernate.criterion | Constrains the property to a specified list of values |
| InformixDialect | org.hibernate.dialect | Informix dialect. Seems to work with Informix Dynamic Server Version 7.31.UD3, Informix JDBC driver version 2.21JC3. |
| InFragment | org.hibernate.sql | An SQL IN expression. |
| IngresDialect | org.hibernate.dialect | An Ingres SQL dialect |
| InitializeCollectionEvent | org.hibernate.event | An event that occurs when a collection wants to be initialized |
| InLogicOperatorNode | org.hibernate.hql.ast.tree | No description provided. |
| Insert | org.hibernate.sql | An SQL INSERT statement |
| InsertSelect | org.hibernate.sql | Implementation of InsertSelect. |
| InsertStatement | org.hibernate.hql.ast.tree | Defines a top-level AST node representing an HQL "insert select" statement. |
| InstrumentTask | org.hibernate.tool.instrument | An Ant task for instrumenting persistent classes with CGLIB field interception |
| IntegerType | org.hibernate.type | integer: A type that maps an SQL INT to a Java Integer. |
| InterbaseDialect | org.hibernate.dialect | An SQL dialect for Interbase. |
| IntoClause | org.hibernate.hql.ast.tree | Represents an entity referenced in the INTO clause of an HQL INSERT statement. |
| Isolater | org.hibernate.engine.transaction | Class which provides the isolation semantics required by an IsolatedWork . |
| Isolater.JdbcDelegate | org.hibernate.engine.transaction | An isolation delegate for JDBC-based transactions. |
| Isolater.JtaDelegate | org.hibernate.engine.transaction | An isolation delegate for JTA-based transactions. |
| IteratorImpl | org.hibernate.impl | An implementation of java.util.Iterator that is returned by iterate() query execution methods. |
| JACCConfiguration | org.hibernate.secure | Adds Hibernate permissions to roles via JACC |
| JACCPermissions | org.hibernate.secure | Copied from JBoss org.jboss.ejb3.security.JaccHelper and org.jboss.ejb3.security.SecurityActions |
| JACCPreDeleteEventListener | org.hibernate.secure | Check security before any deletion |
| JACCPreInsertEventListener | org.hibernate.secure | Check security before an insertion |
| JACCPreLoadEventListener | org.hibernate.secure | Check security before any load |
| JACCPreUpdateEventListener | org.hibernate.secure | Check security before any update |
| JBossTransactionManagerLookup | org.hibernate.transaction | A TransactionManager lookup strategy for JBoss |
| JDataStoreDialect | org.hibernate.dialect | A Dialect for JDataStore. |
| JDBCContext | org.hibernate.jdbc | Acts as the mediary between "entity-mode related" sessions in terms of their interaction with the JDBC data store. |
| JDBCExceptionHelper | org.hibernate.exception | Implementation of JDBCExceptionHelper. |
| JDBCExceptionReporter | org.hibernate.util | No description provided. |
| JDBCTransaction | org.hibernate.transaction | Implements a basic transaction strategy for JDBC connections.This is the default Transaction implementation used if none is explicitly specified. |
| JDBCTransactionFactory | org.hibernate.transaction | Factory for JDBCTransaction. |
| JndiBoundTreeCacheProvider | org.hibernate.cache | Support for JBossCache (TreeCache), where the cache instance is available via JNDI lookup. |
| JNDITransactionManagerLookup | org.hibernate.transaction | Locates a TransactionManager in JNDI. |
| Join | org.hibernate.mapping | No description provided. |
| JoinedIterator | org.hibernate.util | An JoinedIterator is an Iterator that wraps a number of Iterators. |
| JoinedSubclass | org.hibernate.mapping | A subclass in a table-per-subclass mapping |
| JoinedSubclassEntityPersister | org.hibernate.persister.entity | An EntityPersister implementing the normalized "table-per-subclass" mapping strategy |
| JoinFragment | org.hibernate.sql | An abstract SQL join fragment renderer |
| JoinHelper | org.hibernate.engine | No description provided. |
| JoinProcessor | org.hibernate.hql.ast.util | Performs the post-processing of the join information gathered during semantic analysis. |
| JoinSequence | org.hibernate.engine | No description provided. |
| JoinWalker | org.hibernate.loader | Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader. |
| JOnASTransactionManagerLookup | org.hibernate.transaction | TransactionManager lookup strategy for JOnAS |
| JOTMTransactionManagerLookup | org.hibernate.transaction | TransactionManager lookup strategy for JOTM |
| JRun4TransactionManagerLookup | org.hibernate.transaction | TransactionManager lookup strategy for JRun4 |
| JTAHelper | org.hibernate.util | No description provided. |
| JTASessionContext | org.hibernate.context | An implementation of CurrentSessionContext which scopes the notion of a current session to a JTA transaction. |
| JTASessionContext.CleanupSynch | org.hibernate.context | JTA transaction synch used for cleanup of the internal session map. |
| JTATransaction | org.hibernate.transaction | Implements a basic transaction strategy for JTA transactions. |
| JTATransactionFactory | org.hibernate.transaction | Factory for JTATransaction. |
| Junction | org.hibernate.criterion | A sequence of a logical expressions combined by some associative logical operator |
| LazyIterator | org.hibernate.util | No description provided. |
| LinkedHashCollectionHelper | org.hibernate.util | No description provided. |
| List | org.hibernate.mapping | A list mapping has a primary key consisting of the key columns + index column. |
| ListType | org.hibernate.type | No description provided. |
| LiteralNode | org.hibernate.hql.ast.tree | Represents a literal. |
| LiteralProcessor | org.hibernate.hql.ast.util | A delegate that handles literals and constants for HqlSqlWalker, performing the token replacement functions and classifying literals. |
| Loader | org.hibernate.loader | Abstract superclass of object loading (and querying) strategies. |
| LoadEvent | org.hibernate.event | Defines an event class for the loading of an entity. |
| LoadEventListener.LoadType | org.hibernate.event | No description provided. |
| LocaleType | org.hibernate.type | locale: A type that maps an SQL VARCHAR to a Java Locale. |
| LockEvent | org.hibernate.event | Defines an event class for the locking of an entity. |
| LockMode | org.hibernate | Instances represent a lock mode for a row of a relational database table. |
| LogicalExpression | org.hibernate.criterion | Superclass of binary logical expressions |
| LongType | org.hibernate.type | long: A type that maps an SQL BIGINT to a Java Long. |
| ManagedSessionContext | org.hibernate.context | Represents a CurrentSessionContext the notion of a contextual session is managed by some external entity (generally some form of interceptor, etc). |
| ManyToOne | org.hibernate.mapping | A many-to-one association mapping |
| ManyToOneType | org.hibernate.type | A many-to-one association to an entity |
| Map | org.hibernate.mapping | A map has a primary key consisting of the key columns + index columns. |
| MapAccessor | org.hibernate.property | No description provided. |
| MapAccessor.MapGetter | org.hibernate.property | No description provided. |
| MapAccessor.MapSetter | org.hibernate.property | No description provided. |
| MapLazyInitializer | org.hibernate.proxy | Lazy initializer for "dynamic-map" entity representations. |
| Mappings | org.hibernate.cfg | A collection of mappings from classes and collections to relational database tables. |
| Mappings.ColumnNames | org.hibernate.cfg | No description provided. |
| Mappings.TableDescription | org.hibernate.cfg | No description provided. |
| MapProxy | org.hibernate.proxy | Proxy for "dynamic-map" entity representations. |
| MapProxyFactory | org.hibernate.proxy | No description provided. |
| MapType | org.hibernate.type | No description provided. |
| MarkerObject | org.hibernate.util | No description provided. |
| MatchMode | org.hibernate.criterion | Represents an strategy for matching strings using "like". |
| MckoiCaseFragment | org.hibernate.sql | A Mckoi IF function. |
| MckoiDialect | org.hibernate.dialect | An SQL dialect compatible with McKoi SQL |
| MergeEvent | org.hibernate.event | An event class for merge() and saveOrUpdateCopy() |
| MessageHelper | org.hibernate.pretty | MessageHelper methods for rendering log messages relating to managed entities and collections typically used in log statements and exception messages. |
| MetaAttribute | org.hibernate.mapping | A meta attribute is a named value or values. |
| MetaType | org.hibernate.type | No description provided. |
| MethodNode | org.hibernate.hql.ast.tree | Represents a method call. |
| MimerSQLDialect | org.hibernate.dialect | An Hibernate 3 SQL dialect for Mimer SQL. |
| MultipleHiLoPerTableGenerator | org.hibernate.id | A hilo IdentifierGenerator that returns a Long, constructed using a hi/lo algorithm. |
| MultiTableDeleteExecutor | org.hibernate.hql.ast.exec | Implementation of MultiTableDeleteExecutor. |
| MultiTableUpdateExecutor | org.hibernate.hql.ast.exec | Implementation of MultiTableUpdateExecutor. |
| MutableType | org.hibernate.type | Superclass for mutable nullable types |
| MySQL5Dialect | org.hibernate.dialect | An SQL dialect for MySQL 5.x specific features. |
| MySQLDialect | org.hibernate.dialect | An SQL dialect for MySQL (prior to 5.x). |
| MySQLInnoDBDialect | org.hibernate.dialect | No description provided. |
| MySQLMyISAMDialect | org.hibernate.dialect | No description provided. |
| NamedParameterDescriptor | org.hibernate.engine.query | No description provided. |
| NamedParameterSpecification | org.hibernate.param | Relates to an explicit query named-parameter. |
| NamedQueryCollectionInitializer | org.hibernate.persister.collection | A wrapper around a named query. |
| NamedQueryDefinition | org.hibernate.engine | Definition of a named query, defined in the mapping metadata. |
| NamedQueryLoader | org.hibernate.persister.entity | Not really a Loader, just a wrapper around a named query. |
| NamedSQLQueryDefinition | org.hibernate.engine | Definition of a named native SQL query, defined in the mapping metadata. |
| NamedSQLQuerySecondPass | org.hibernate.cfg | No description provided. |
| NameGenerator | org.hibernate.hql | Provides utility methods for generating HQL / SQL names. |
| NamingHelper | org.hibernate.util | No description provided. |
| NativeSQLQueryPlan | org.hibernate.engine.query | Defines a query execution plan for a native-SQL query. |
| NativeSQLQuerySpecification | org.hibernate.engine.query | Defines the specification or blue-print for a native-sql query. |
| NaturalIdentifier | org.hibernate.criterion | No description provided. |
| NestableDelegate | org.hibernate.exception | A shared implementation of the nestable exception functionality. |
| NoArgSQLFunction | org.hibernate.dialect.function | A function which takes no arguments |
| NoCacheProvider | org.hibernate.cache | Implementation of NoCacheProvider. |
| Node | org.hibernate.hql.ast.tree | Generic AST Node. |
| NodeTraverser | org.hibernate.hql.ast.util | A visitor for traversing an AST tree. |
| NonBatchingBatcher | org.hibernate.jdbc | An implementation of the Batcher interface that does no batching |
| NonBatchingBatcherFactory | org.hibernate.jdbc | A BatcherFactory implementation which constructs Batcher instances that do not perform batch operations. |
| NonstrictReadWriteCache | org.hibernate.cache | Caches data that is sometimes updated without ever locking the cache. |
| NoopAccessor | org.hibernate.property | Used to declare properties not represented at the pojo level |
| NotEmptyExpression | org.hibernate.criterion | No description provided. |
| NotExpression | org.hibernate.criterion | Negates another criterion |
| NotNullExpression | org.hibernate.criterion | Constrains a property to be non-null |
| Nullability | org.hibernate.engine | Implements the algorithm for validating property values for illegal null values |
| NullableType | org.hibernate.type | Superclass of single-column nullable types. |
| Search |




