| Name | Description | Type | Package | Framework |
| AbsFunction | Models the ANSI SQL ABS function. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| AbstractAttribute | Models the commonality of the JPA Attribute hierarchy. | Class | org.hibernate.ejb.metamodel | Hibernate ORM |
|
| AbstractEntityManagerImpl | | Class | org.hibernate.ejb | Hibernate ORM |
|
| AbstractEntityManagerImpl .TupleBuilderTransformer | | Class | org.hibernate.ejb.AbstractEntityManagerImpl | Hibernate ORM |
|
| AbstractEntityManagerImpl .TupleBuilderTransformer .HqlTupleElementImpl | Constructor SummaryAbstractEntityManagerImpl. | Class | org.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformer | Hibernate ORM |
|
| AbstractFromImpl | Convenience base class for various From implementors. | Class | org.hibernate.ejb.criteria.path | Hibernate ORM |
|
| AbstractFromImpl .JoinScope | Helper contract used to define who/what keeps track of joins and fetches made from this FROM. | Interface | org.hibernate.ejb.criteria.path.AbstractFromImpl | Hibernate ORM |
|
| AbstractIdentifiableType | Defines commonality for the JPA IdentifiableType types. | Class | org.hibernate.ejb.metamodel | Hibernate ORM |
|
| AbstractIdentifiableType .Builder | | Interface | org.hibernate.ejb.metamodel.AbstractIdentifiableType | Hibernate ORM |
|
| AbstractJarVisitor | Parse a JAR of any form (zip file, exploded directory, . | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| AbstractJoinImpl | | Class | org.hibernate.ejb.criteria.path | Hibernate ORM |
|
| AbstractManagedType | Defines commonality for the JPA ManagedType hierarchy of interfaces. | Class | org.hibernate.ejb.metamodel | Hibernate ORM |
|
| AbstractManagedType .Builder | | Interface | org.hibernate.ejb.metamodel.AbstractManagedType | Hibernate ORM |
|
| AbstractNode | All nodes in a criteria query tree will generally need access to the CriteriaBuilderImpl from which they come. | Class | org.hibernate.ejb.criteria | Hibernate ORM |
|
| AbstractPathImpl | Convenience base class for various Path implementors. | Class | org.hibernate.ejb.criteria.path | Hibernate ORM |
|
| AbstractPredicateImpl | Basic template support for Predicate implementors providing expression handling, negation and conjunction/disjunction handling. | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| AbstractQueryImpl | Intended as a base class providing convenience in implementing both Query and IMPL NOTE : This issue, and the reason for this distinction, is that criteria and hl. | Class | org.hibernate.ejb | Hibernate ORM |
|
| AbstractSimplePredicate | | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| AbstractTupleElement | | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| AbstractType | Defines commonality for the JPA Type hierarchy of interfaces. | Class | org.hibernate.ejb.metamodel | Hibernate ORM |
|
| AggregationFunction | Models SQL aggregation functions (MIN, MAX, COUNT, etc). | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| AggregationFunction .AVG | Parameterized as Double because thats what JPA states that the return from AVG should be. | Class | org.hibernate.ejb.criteria.expression.function.AggregationFunction | Hibernate ORM |
|
| AggregationFunction .COUNT | Parameterized as Long because thats what JPA states that the return from COUNT should be. | Class | org.hibernate.ejb.criteria.expression.function.AggregationFunction | Hibernate ORM |
|
| AggregationFunction .GREATEST | Models the MAX function in terms of non-numeric expressions. | Class | org.hibernate.ejb.criteria.expression.function.AggregationFunction | Hibernate ORM |
|
| AggregationFunction .LEAST | Models the MIN function in terms of non-numeric expressions. | Class | org.hibernate.ejb.criteria.expression.function.AggregationFunction | Hibernate ORM |
|
| AggregationFunction .MAX | Parameterized as N extends Number because thats what JPA states that the return from MAX should be. | Class | org.hibernate.ejb.criteria.expression.function.AggregationFunction | Hibernate ORM |
|
| AggregationFunction .MIN | Parameterized as N extends Number because thats what JPA states that the return from MIN should be. | Class | org.hibernate.ejb.criteria.expression.function.AggregationFunction | Hibernate ORM |
|
| AggregationFunction .SUM | Parameterized as N extends Number because thats what JPA states that the return from SUM should be. | Class | org.hibernate.ejb.criteria.expression.function.AggregationFunction | Hibernate ORM |
|
| AttributeFactory | A factory for building Attribute instances. | Class | org.hibernate.ejb.metamodel | Hibernate ORM |
|
| AttributeImplementor | Nested Class SummaryNested classes/interfaces inherited from interface javax. | Interface | org.hibernate.ejb.metamodel | Hibernate ORM |
|
| AvailableSettings | Defines the available HEM settings, both JPA-defined as well as Hibernate-specific NOTE : Does *not* include Environment values. | Class | org.hibernate.ejb | Hibernate ORM |
|
| BasicFunctionExpression | Models the basic concept of a SQL function. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| BasicPathUsageException | Represents an incorrect usage of a basic path. | Class | org.hibernate.ejb.criteria | Hibernate ORM |
|
| BasicTypeImpl | | Class | org.hibernate.ejb.metamodel | Hibernate ORM |
|
| BeanCallback | See Also:Serialized FormFields inherited from class org. | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| BetweenPredicate | Models a BETWEEN Predicate. | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| BinaryArithmeticOperation | Models standard arithmetc operations with two operands. | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| BinaryArithmeticOperation .Operation | | Class | org.hibernate.ejb.criteria.expression.BinaryArithmeticOperation | Hibernate ORM |
|
| BinaryOperatorExpression | Contract for operators with two operands. | Interface | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| BooleanAssertionPredicate | Predicate to assert the explicit value of a boolean expression:x = truex = falsex See Also:Serialized Form | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| BooleanExpressionPredicate | Defines a Predicate used to wrap an Expression. | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| BooleanStaticAssertionPredicate | Predicate used to assert a static boolean condition. | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| CacheModeHelper | | Class | org.hibernate.ejb.util | Hibernate ORM |
|
| Callback | | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| CallbackHandlerConsumer | | Interface | org.hibernate.ejb.event | Hibernate ORM |
|
| CallbackResolver | | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| CastFunction | Models a CAST function. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| ClassFilter | Filter on class elementsSee Also:JavaElementFilter | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| CoalesceExpression | Models an ANSI SQL COALESCE expression. | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| CollectionAttributeJoin | | Class | org.hibernate.ejb.criteria.path | Hibernate ORM |
|
| CollectionJoinImplementor | | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| ComparisonPredicate | Models a basic relational comparison predicate. | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| ComparisonPredicate .ComparisonOperator | Defines the comparison operators. | Class | org.hibernate.ejb.criteria.predicate.ComparisonPredicate | Hibernate ORM |
|
| CompoundPredicate | A compound predicate is a grouping of other predicates in order to convert either a conjunction (logical AND) or a disjunction (logical OR). | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| CompoundSelectionImpl | The Hibernate implementation of the JPA CompoundSelectionSee Also:Serialized Form | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| ConcatExpression | A string concatenation. | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| ConfigurationHelper | | Class | org.hibernate.ejb.util | Hibernate ORM |
|
| CriteriaBuilderImpl | Hibernate implementation of the JPA CriteriaBuilder contract. | Class | org.hibernate.ejb.criteria | Hibernate ORM |
|
| CriteriaQueryCompiler | Compiles a JPA criteria query into an executable TypedQuery. | Class | org.hibernate.ejb.criteria | Hibernate ORM |
|
| CriteriaQueryCompiler .ImplicitParameterBinding | Used to describe implicit (not defined in criteria query) parameters. | Interface | org.hibernate.ejb.criteria.CriteriaQueryCompiler | Hibernate ORM |
|
| CriteriaQueryCompiler .RenderedCriteriaQuery | | Interface | org.hibernate.ejb.criteria.CriteriaQueryCompiler | Hibernate ORM |
|
| CriteriaQueryCompiler .RenderingContext | Used to provide a context and services to the rendering. | Interface | org.hibernate.ejb.criteria.CriteriaQueryCompiler | Hibernate ORM |
|
| CriteriaQueryImpl | The Hibernate implementation of the JPA CriteriaQuery contract. | Class | org.hibernate.ejb.criteria | Hibernate ORM |
|
| CriteriaSubqueryImpl | The Hibernate implementation of the JPA Subquery contract. | Class | org.hibernate.ejb.criteria | Hibernate ORM |
|
| CurrentDateFunction | Models the ANSI SQL CURRENT_DATE function. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| CurrentTimeFunction | Models the ANSI SQL CURRENT_TIME function. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| CurrentTimestampFunction | Models the ANSI SQL CURRENT_TIMESTAMP function. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| EJB3AutoFlushEventListener | In JPA, it is the create operation that is cascaded to unmanaged entities at flush time (instead of the save-update operation in Hibernate). | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| Ejb3Configuration | Allow a fine tuned configuration of an EJB 3. | Class | org.hibernate.ejb | Hibernate ORM |
|
| Ejb3ConfigurationObjectFactory | | Class | org.hibernate.ejb | Hibernate ORM |
|
| EJB3DeleteEventListener | Overrides the LifeCycle OnSave call to call the PreRemove operationSee Also:Serialized Form | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| EJB3FlushEntityEventListener | Overrides the LifeCycle OnSave call to call the PreUpdate operationSee Also:Serialized Form | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| EJB3FlushEventListener | In EJB3, it is the create operation that is cascaded to unmanaged entities at flush time (instead of the save-update operation in Hibernate). | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| EJB3MergeEventListener | Overrides the LifeCycle OnSave call to call the PrePersist operationSee Also:Serialized Form | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| EJB3PersistEventListener | Overrides the LifeCycle OnSave call to call the PrePersist operationSee Also:Serialized Form | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| EJB3PersistOnFlushEventListener | | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| EJB3PostDeleteEventListener | See Also:Serialized FormConstructor SummaryEJB3PostDeleteEventListener() | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| EJB3PostInsertEventListener | See Also:Serialized FormConstructor SummaryEJB3PostInsertEventListener() | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| EJB3PostLoadEventListener | See Also:Serialized FormConstructor SummaryEJB3PostLoadEventListener() | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| EJB3PostUpdateEventListener | See Also:Serialized FormConstructor SummaryEJB3PostUpdateEventListener() | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| EJB3SaveEventListener | Overrides the LifeCycle OnSave call to call the PrePersist operationSee Also:Serialized Form | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| EJB3SaveOrUpdateEventListener | Overrides the LifeCycle OnSave call to call the PrePersist operationSee Also:Serialized Form | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| EmbeddableTypeImpl | | Class | org.hibernate.ejb.metamodel | Hibernate ORM |
|
| EntityCallbackHandler | Keep track of all lifecycle callbacks and listeners for a given persistence unitSee Also:Serialized Form | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| EntityManagerFactoryImpl | Actual Hibernate implementation of EntityManagerFactory. | Class | org.hibernate.ejb | Hibernate ORM |
|
| EntityManagerFactoryRegistry | An internal registry of all EntityManagerFactoryImpl instances for the same classloader as this class. | Class | org.hibernate.ejb.internal | Hibernate ORM |
|
| EntityManagerImpl | Hibernate implementation of EntityManager. | Class | org.hibernate.ejb | Hibernate ORM |
|
| EntityManagerMessageLogger | The jboss-logging MessageLogger for the hibernate-entitymanager module. | Interface | org.hibernate.ejb.internal | Hibernate ORM |
|
| EntityTypeExpression | | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| EntityTypeImpl | Defines the Hibernate implementation of the JPA EntityType contract. | Class | org.hibernate.ejb.metamodel | Hibernate ORM |
|
| Entry | Represent a JAR entry Contains a name and an optional Input stream to the entry | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| ExistsPredicate | Models an EXISTS() predicateSee Also:Serialized Form | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| ExplicitTruthValueCheck | ANSI-SQL defines TRUE, FALSE and UNKNOWN as truth values. | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| ExplodedJarVisitor | Fields inherited from class org. | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| ExpressionImpl | Models an expression in the criteria query language. | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| ExpressionImplementor | | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| FileFilter | | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| FileZippedJarVisitor | Work on a JAR that can be accessed through a FileFields inherited from class org. | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| Filter | | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| FromImplementor | | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| FunctionExpression | Contract for expressions which model a SQL function call. | Interface | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| HibernateEntityManager | Additional contract for Hibernate implementations of EntityManager providing access to various Hibernate specific functionality. | Interface | org.hibernate.ejb | Hibernate ORM |
|
| HibernateEntityManagerFactory | | Interface | org.hibernate.ejb | Hibernate ORM |
|
| HibernateEntityManagerImplementor | Additional internal contracts for the Hibernate EntityManager implementation. | Interface | org.hibernate.ejb | Hibernate ORM |
|
| HibernateEntityManagerImplementor .Options | | Interface | org.hibernate.ejb.HibernateEntityManagerImplementor | Hibernate ORM |
|
| HibernateEntityManagerImplementor .Options .ResultMetadataValidator | | Interface | org.hibernate.ejb.HibernateEntityManagerImplementor.Options | Hibernate ORM |
|
| HibernatePersistence | Hibernate EJB3 persistence provider implementationFields inherited from class org. | Class | org.hibernate.ejb | Hibernate ORM |
|
| HibernateQuery | | Interface | org.hibernate.ejb | Hibernate ORM |
|
| IdentifierGeneratorStrategyProvider | | Interface | org.hibernate.ejb.cfg.spi | Hibernate ORM |
|
| IllegalDereferenceException | Represents an illegal attempt to dereference from a path source which cannot be dereferenced. | Class | org.hibernate.ejb.criteria | Hibernate ORM |
|
| ImplicitNumericExpressionTypeDeterminer | | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| InjectedDataSourceConnectionProvider | A specialization of DatasourceConnectionProviderImpl which uses the DataSource specified vi setDataSource(javax. | Class | org.hibernate.ejb.connection | Hibernate ORM |
|
| InPredicate | Models an [NOT] IN restrictionSee Also:Serialized Form | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| InputStreamZippedJarVisitor | Work on a JAR that can only be accessed through a inputstream This is less efficient than the FileZippedJarVisitor | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| InterceptFieldClassFileTransformer | Enhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations. | Class | org.hibernate.ejb.instrument | Hibernate ORM |
|
| IsEmptyPredicate | Models an IS [NOT] EMPTY restrictionSee Also:Serialized Form | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| JarProtocolVisitor | | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| JarVisitor | | Interface | org.hibernate.ejb.packaging | Hibernate ORM |
|
| JarVisitorFactory | | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| JavaElementFilter | Filter a Java element (class or package per fully qualified name and annotation existence) At least 1 annotation has to annotate the element and the accept method must match | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| JoinImplementor | Consolidates the Join and Fetch hierarchies since that is how we implement them. | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| JpaIntegrator | Prepare the HEM-specific event listeners. | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| LengthFunction | Models the ANSI SQL LENGTH function. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| LikePredicate | Models a SQL LIKE expression. | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| ListAttributeJoin | | Class | org.hibernate.ejb.criteria.path | Hibernate ORM |
|
| ListenerCallback | | Class | org.hibernate.ejb.event | Hibernate ORM |
|
| ListIndexExpression | An expression for referring to the index of a list. | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| ListJoinImplementor | | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| LiteralExpression | Represents a literal expression. | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| LocateFunction | Models the ANSI SQL LOCATE function. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| LockModeTypeHelper | Helper to deal with LockModeType LockMode conversions. | Class | org.hibernate.ejb.util | Hibernate ORM |
|
| LogHelper | | Class | org.hibernate.ejb.util | Hibernate ORM |
|
| LowerFunction | Models the ANSI SQL LOWER function. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| MapAttributeJoin | | Class | org.hibernate.ejb.criteria.path | Hibernate ORM |
|
| MapEntryExpression | | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| MapJoinImplementor | | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| MapKeyHelpers | MapJoin. | Class | org.hibernate.ejb.criteria.path | Hibernate ORM |
|
| MapKeyHelpers .MapKeyAttribute | Defines an Attribute modelling of a map-key. | Class | org.hibernate.ejb.criteria.path.MapKeyHelpers | Hibernate ORM |
|
| MapKeyHelpers .MapKeyPath | Models a path to a map key. | Class | org.hibernate.ejb.criteria.path.MapKeyHelpers | Hibernate ORM |
|
| MapKeyHelpers .MapKeySource | Defines a Path for the map which can then be used to represent the source of the map key attribute. | Class | org.hibernate.ejb.criteria.path.MapKeyHelpers | Hibernate ORM |
|
| MappedSuperclassTypeImpl | | Class | org.hibernate.ejb.metamodel | Hibernate ORM |
|
| MemberOfPredicate | Models an [NOT] MEMBER OF restrictionSee Also:Serialized Form | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| MetamodelImpl | Hibernate implementation of the JPA Metamodel contract. | Class | org.hibernate.ejb.metamodel | Hibernate ORM |
|
| NamedInputStream | | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| NamingHelper | | Class | org.hibernate.ejb.util | Hibernate ORM |
|
| NativeScanner | | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| NullifExpression | Models an ANSI SQL NULLIF expression. | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| NullLiteralExpression | Represents a NULLliteral expression. | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| NullnessPredicate | Defines a Predicate for checking the nullness state of an expression, aka an IS [NOT] NULL predicate. | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| OrderImpl | Represents an ORDER BY fragment. | Class | org.hibernate.ejb.criteria | Hibernate ORM |
|
| PackageFilter | Filter on pachage elementSee Also:JavaElementFilter | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| ParameterContainer | Contract for query components capable of eirther being a parameter or containing parameters. | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| ParameterContainer .Helper | Helper to deal with potential parameter container nodes. | Class | org.hibernate.ejb.criteria.ParameterContainer | Hibernate ORM |
|
| ParameterExpressionImpl | Defines a parameter specification, or the information about a parameter (where it occurs, what isSee Also:Serialized Form | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| ParameterizedFunctionExpression | Support for functions with parameters. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| ParameterRegistry | A registry for parameters. | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| PathImplementor | | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| PathSource | | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| PathTypeExpression | Used to construct the result of Path. | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| PersistenceMetadata | Simple represenation of persistence. | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| PersistenceUtilHelper | | Class | org.hibernate.ejb.util | Hibernate ORM |
|
| PersistenceUtilHelper .MetadataCache | Cache hierarchy and member resolution in a weak hash mapSee Also:Serialized Form | Class | org.hibernate.ejb.util.PersistenceUtilHelper | Hibernate ORM |
|
| PersistenceXmlLoader | Handler for persistence. | Class | org.hibernate.ejb.packaging | Hibernate ORM |
|
| PersistenceXmlLoader .ErrorLogger | | Class | org.hibernate.ejb.packaging.PersistenceXmlLoader | Hibernate ORM |
|
| PluralAttributeImpl | | Class | org.hibernate.ejb.metamodel | Hibernate ORM |
|
| PluralAttributeImpl .Builder | | Class | org.hibernate.ejb.metamodel.PluralAttributeImpl | Hibernate ORM |
|
| PluralAttributeJoinSupport | Support for defining joins to plural attributes (JPA requires typing based on the specific collection type so we cannot really implement all support in a | Class | org.hibernate.ejb.criteria.path | Hibernate ORM |
|
| PluralAttributePath | Models a path for a PluralAttribute generally obtained from a Path. | Class | org.hibernate.ejb.criteria.path | Hibernate ORM |
|
| QueryHints | | Class | org.hibernate.ejb | Hibernate ORM |
|
| QueryImpl | Hibernate implementation of both the Query and TypedQuery contracts. | Class | org.hibernate.ejb | Hibernate ORM |
|
| QueryStructure | Models basic query structure. | Class | org.hibernate.ejb.criteria | Hibernate ORM |
|
| Renderable | | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| RootImpl | | Class | org.hibernate.ejb.criteria.path | Hibernate ORM |
|
| Scanner | | Interface | org.hibernate.ejb.packaging | Hibernate ORM |
|
| SearchedCaseExpression | Models what ANSI SQL terms a searched case expression. | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| SelectionImpl | The Hibernate implementation of the JPA SelectionSee Also:Serialized Form | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| SelectionImplementor | | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| SetAttributeJoin | | Class | org.hibernate.ejb.criteria.path | Hibernate ORM |
|
| SetJoinImplementor | | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| SimpleCaseExpression | Models what ANSI SQL terms a simple case statement. | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| SingularAttributeImpl | | Class | org.hibernate.ejb.metamodel | Hibernate ORM |
|
| SingularAttributeImpl .Identifier | Subclass used to simply instantiation of singular attributes representing an entity'sSee Also:Serialized Form | Class | org.hibernate.ejb.metamodel.SingularAttributeImpl | Hibernate ORM |
|
| SingularAttributeImpl .Version | Subclass used to simply instantiation of singular attributes representing an entity'sSee Also:Serialized Form | Class | org.hibernate.ejb.metamodel.SingularAttributeImpl | Hibernate ORM |
|
| SingularAttributeJoin | | Class | org.hibernate.ejb.criteria.path | Hibernate ORM |
|
| SingularAttributePath | Models a path for a SingularAttribute generally obtained from a Path. | Class | org.hibernate.ejb.criteria.path | Hibernate ORM |
|
| SizeOfCollectionExpression | Represents a size of expression in regards to a persistent collection; the implication is that of a subquery. | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| SqrtFunction | Models the ANSI SQL SQRT function. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| SubqueryComparisonModifierExpression | Represents a SubqueryComparisonModifierExpression. | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| SubqueryComparisonModifierExpression .Modifier | | Class | org.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpression | Hibernate ORM |
|
| SubstringFunction | Models the ANSI SQL SUBSTRING function. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| TransactionImpl | | Class | org.hibernate.ejb | Hibernate ORM |
|
| TrimFunction | Models the ANSI SQL TRIM function. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| TruthValue | enum TruthValueextends EnumModels what ANSI-SQL terms a truth value. | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| TupleElementImplementor | | Interface | org.hibernate.ejb.criteria | Hibernate ORM |
|
| UnaryArithmeticOperation | Models unary arithmetic operation (unary plus and unary minus). | Class | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| UnaryArithmeticOperation .Operation | | Class | org.hibernate.ejb.criteria.expression.UnaryArithmeticOperation | Hibernate ORM |
|
| UnaryOperatorExpression | Contract for operators with a single operand. | Interface | org.hibernate.ejb.criteria.expression | Hibernate ORM |
|
| UpperFunction | Models the ANSI SQL UPPER function. | Class | org.hibernate.ejb.criteria.expression.function | Hibernate ORM |
|
| ValueHandlerFactory | Helper for generically dealing with literal values. | Class | org.hibernate.ejb.criteria | Hibernate ORM |
|
| ValueHandlerFactory .BaseValueHandler | See Also:Serialized FormConstructor SummaryValueHandlerFactory. | Class | org.hibernate.ejb.criteria.ValueHandlerFactory | Hibernate ORM |
|
| ValueHandlerFactory .BigDecimalValueHandler | | Class | org.hibernate.ejb.criteria.ValueHandlerFactory | Hibernate ORM |
|
| ValueHandlerFactory .BigIntegerValueHandler | | Class | org.hibernate.ejb.criteria.ValueHandlerFactory | Hibernate ORM |
|
| ValueHandlerFactory .ByteValueHandler | | Class | org.hibernate.ejb.criteria.ValueHandlerFactory | Hibernate ORM |
|
| ValueHandlerFactory .DoubleValueHandler | | Class | org.hibernate.ejb.criteria.ValueHandlerFactory | Hibernate ORM |
|
| ValueHandlerFactory .FloatValueHandler | | Class | org.hibernate.ejb.criteria.ValueHandlerFactory | Hibernate ORM |
|
| ValueHandlerFactory .IntegerValueHandler | | Class | org.hibernate.ejb.criteria.ValueHandlerFactory | Hibernate ORM |
|
| ValueHandlerFactory .LongValueHandler | | Class | org.hibernate.ejb.criteria.ValueHandlerFactory | Hibernate ORM |
|
| ValueHandlerFactory .NoOpValueHandler | See Also:Serialized FormConstructor SummaryValueHandlerFactory. | Class | org.hibernate.ejb.criteria.ValueHandlerFactory | Hibernate ORM |
|
| ValueHandlerFactory .ShortValueHandler | | Class | org.hibernate.ejb.criteria.ValueHandlerFactory | Hibernate ORM |
|
| ValueHandlerFactory .StringValueHandler | | Class | org.hibernate.ejb.criteria.ValueHandlerFactory | Hibernate ORM |
|
| ValueHandlerFactory .ValueHandler | | Interface | org.hibernate.ejb.criteria.ValueHandlerFactory | Hibernate ORM |
|
| XmlHelper | | Class | org.hibernate.ejb.packaging | Hibernate ORM |