Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.ejb Classes and Interfaces - 212 results found.
NameDescriptionTypePackageFramework
AbsFunctionModels the ANSI SQL ABS function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
AbstractAttributeModels the commonality of the JPA Attribute hierarchy.Classorg.hibernate.ejb.metamodelHibernate ORM
AbstractEntityManagerImplClassorg.hibernate.ejbHibernate ORM
AbstractEntityManagerImpl .TupleBuilderTransformerClassorg.hibernate.ejb.AbstractEntityManagerImplHibernate ORM
AbstractEntityManagerImpl .TupleBuilderTransformer .HqlTupleElementImplConstructor SummaryAbstractEntityManagerImpl.Classorg.hibernate.ejb.AbstractEntityManagerImpl.TupleBuilderTransformerHibernate ORM
AbstractFromImplConvenience base class for various From implementors.Classorg.hibernate.ejb.criteria.pathHibernate ORM
AbstractFromImpl .JoinScopeHelper contract used to define who/what keeps track of joins and fetches made from this FROM.Interfaceorg.hibernate.ejb.criteria.path.AbstractFromImplHibernate ORM
AbstractIdentifiableTypeDefines commonality for the JPA IdentifiableType types.Classorg.hibernate.ejb.metamodelHibernate ORM
AbstractIdentifiableType .BuilderInterfaceorg.hibernate.ejb.metamodel.AbstractIdentifiableTypeHibernate ORM
AbstractJarVisitorParse a JAR of any form (zip file, exploded directory, .Classorg.hibernate.ejb.packagingHibernate ORM
AbstractJoinImplClassorg.hibernate.ejb.criteria.pathHibernate ORM
AbstractManagedTypeDefines commonality for the JPA ManagedType hierarchy of interfaces.Classorg.hibernate.ejb.metamodelHibernate ORM
AbstractManagedType .BuilderInterfaceorg.hibernate.ejb.metamodel.AbstractManagedTypeHibernate ORM
AbstractNodeAll nodes in a criteria query tree will generally need access to the CriteriaBuilderImpl from which they come.Classorg.hibernate.ejb.criteriaHibernate ORM
AbstractPathImplConvenience base class for various Path implementors.Classorg.hibernate.ejb.criteria.pathHibernate ORM
AbstractPredicateImplBasic template support for Predicate implementors providing expression handling, negation and conjunction/disjunction handling.Classorg.hibernate.ejb.criteria.predicateHibernate ORM
AbstractQueryImplIntended 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.Classorg.hibernate.ejbHibernate ORM
AbstractSimplePredicateClassorg.hibernate.ejb.criteria.predicateHibernate ORM
AbstractTupleElementClassorg.hibernate.ejb.criteria.expressionHibernate ORM
AbstractTypeDefines commonality for the JPA Type hierarchy of interfaces.Classorg.hibernate.ejb.metamodelHibernate ORM
AggregationFunctionModels SQL aggregation functions (MIN, MAX, COUNT, etc).Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
AggregationFunction .AVG Parameterized as Double because thats what JPA states that the return from AVG should be.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
AggregationFunction .COUNT Parameterized as Long because thats what JPA states that the return from COUNT should be.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
AggregationFunction .GREATESTModels the MAX function in terms of non-numeric expressions.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
AggregationFunction .LEASTModels the MIN function in terms of non-numeric expressions.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
AggregationFunction .MAX Parameterized as N extends Number because thats what JPA states that the return from MAX should be.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
AggregationFunction .MIN Parameterized as N extends Number because thats what JPA states that the return from MIN should be.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
AggregationFunction .SUM Parameterized as N extends Number because thats what JPA states that the return from SUM should be.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
AttributeFactoryA factory for building Attribute instances.Classorg.hibernate.ejb.metamodelHibernate ORM
AttributeImplementorNested Class SummaryNested classes/interfaces inherited from interface javax.Interfaceorg.hibernate.ejb.metamodelHibernate ORM
AvailableSettingsDefines the available HEM settings, both JPA-defined as well as Hibernate-specific NOTE : Does *not* include Environment values.Classorg.hibernate.ejbHibernate ORM
BasicFunctionExpressionModels the basic concept of a SQL function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
BasicPathUsageExceptionRepresents an incorrect usage of a basic path.Classorg.hibernate.ejb.criteriaHibernate ORM
BasicTypeImplClassorg.hibernate.ejb.metamodelHibernate ORM
BeanCallbackSee Also:Serialized FormFields inherited from class org.Classorg.hibernate.ejb.eventHibernate ORM
BetweenPredicateModels a BETWEEN Predicate.Classorg.hibernate.ejb.criteria.predicateHibernate ORM
BinaryArithmeticOperationModels standard arithmetc operations with two operands.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
BinaryArithmeticOperation .OperationClassorg.hibernate.ejb.criteria.expression.BinaryArithmeticOperationHibernate ORM
BinaryOperatorExpressionContract for operators with two operands.Interfaceorg.hibernate.ejb.criteria.expressionHibernate ORM
BooleanAssertionPredicatePredicate to assert the explicit value of a boolean expression:x = truex = falsex See Also:Serialized FormClassorg.hibernate.ejb.criteria.predicateHibernate ORM
BooleanExpressionPredicateDefines a Predicate used to wrap an Expression.Classorg.hibernate.ejb.criteria.predicateHibernate ORM
BooleanStaticAssertionPredicatePredicate used to assert a static boolean condition.Classorg.hibernate.ejb.criteria.predicateHibernate ORM
CacheModeHelperClassorg.hibernate.ejb.utilHibernate ORM
CallbackClassorg.hibernate.ejb.eventHibernate ORM
CallbackHandlerConsumerInterfaceorg.hibernate.ejb.eventHibernate ORM
CallbackResolverClassorg.hibernate.ejb.eventHibernate ORM
CastFunctionModels a CAST function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
ClassFilterFilter on class elementsSee Also:JavaElementFilterClassorg.hibernate.ejb.packagingHibernate ORM
CoalesceExpressionModels an ANSI SQL COALESCE expression.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
CollectionAttributeJoinClassorg.hibernate.ejb.criteria.pathHibernate ORM
CollectionJoinImplementorInterfaceorg.hibernate.ejb.criteriaHibernate ORM
ComparisonPredicateModels a basic relational comparison predicate.Classorg.hibernate.ejb.criteria.predicateHibernate ORM
ComparisonPredicate .ComparisonOperatorDefines the comparison operators.Classorg.hibernate.ejb.criteria.predicate.ComparisonPredicateHibernate ORM
CompoundPredicateA compound predicate is a grouping of other predicates in order to convert either a conjunction (logical AND) or a disjunction (logical OR).Classorg.hibernate.ejb.criteria.predicateHibernate ORM
CompoundSelectionImplThe Hibernate implementation of the JPA CompoundSelectionSee Also:Serialized FormClassorg.hibernate.ejb.criteria.expressionHibernate ORM
ConcatExpressionA string concatenation.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
ConfigurationHelperClassorg.hibernate.ejb.utilHibernate ORM
CriteriaBuilderImplHibernate implementation of the JPA CriteriaBuilder contract.Classorg.hibernate.ejb.criteriaHibernate ORM
CriteriaQueryCompilerCompiles a JPA criteria query into an executable TypedQuery.Classorg.hibernate.ejb.criteriaHibernate ORM
CriteriaQueryCompiler .ImplicitParameterBindingUsed to describe implicit (not defined in criteria query) parameters.Interfaceorg.hibernate.ejb.criteria.CriteriaQueryCompilerHibernate ORM
CriteriaQueryCompiler .RenderedCriteriaQueryInterfaceorg.hibernate.ejb.criteria.CriteriaQueryCompilerHibernate ORM
CriteriaQueryCompiler .RenderingContextUsed to provide a context and services to the rendering.Interfaceorg.hibernate.ejb.criteria.CriteriaQueryCompilerHibernate ORM
CriteriaQueryImplThe Hibernate implementation of the JPA CriteriaQuery contract.Classorg.hibernate.ejb.criteriaHibernate ORM
CriteriaSubqueryImplThe Hibernate implementation of the JPA Subquery contract.Classorg.hibernate.ejb.criteriaHibernate ORM
CurrentDateFunctionModels the ANSI SQL CURRENT_DATE function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
CurrentTimeFunctionModels the ANSI SQL CURRENT_TIME function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
CurrentTimestampFunctionModels the ANSI SQL CURRENT_TIMESTAMP function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
EJB3AutoFlushEventListenerIn JPA, it is the create operation that is cascaded to unmanaged entities at flush time (instead of the save-update operation in Hibernate).Classorg.hibernate.ejb.eventHibernate ORM
Ejb3ConfigurationAllow a fine tuned configuration of an EJB 3.Classorg.hibernate.ejbHibernate ORM
Ejb3ConfigurationObjectFactoryClassorg.hibernate.ejbHibernate ORM
EJB3DeleteEventListenerOverrides the LifeCycle OnSave call to call the PreRemove operationSee Also:Serialized FormClassorg.hibernate.ejb.eventHibernate ORM
EJB3FlushEntityEventListenerOverrides the LifeCycle OnSave call to call the PreUpdate operationSee Also:Serialized FormClassorg.hibernate.ejb.eventHibernate ORM
EJB3FlushEventListenerIn EJB3, it is the create operation that is cascaded to unmanaged entities at flush time (instead of the save-update operation in Hibernate).Classorg.hibernate.ejb.eventHibernate ORM
EJB3MergeEventListenerOverrides the LifeCycle OnSave call to call the PrePersist operationSee Also:Serialized FormClassorg.hibernate.ejb.eventHibernate ORM
EJB3PersistEventListenerOverrides the LifeCycle OnSave call to call the PrePersist operationSee Also:Serialized FormClassorg.hibernate.ejb.eventHibernate ORM
EJB3PersistOnFlushEventListenerClassorg.hibernate.ejb.eventHibernate ORM
EJB3PostDeleteEventListenerSee Also:Serialized FormConstructor SummaryEJB3PostDeleteEventListener()Classorg.hibernate.ejb.eventHibernate ORM
EJB3PostInsertEventListenerSee Also:Serialized FormConstructor SummaryEJB3PostInsertEventListener()Classorg.hibernate.ejb.eventHibernate ORM
EJB3PostLoadEventListenerSee Also:Serialized FormConstructor SummaryEJB3PostLoadEventListener()Classorg.hibernate.ejb.eventHibernate ORM
EJB3PostUpdateEventListenerSee Also:Serialized FormConstructor SummaryEJB3PostUpdateEventListener()Classorg.hibernate.ejb.eventHibernate ORM
EJB3SaveEventListenerOverrides the LifeCycle OnSave call to call the PrePersist operationSee Also:Serialized FormClassorg.hibernate.ejb.eventHibernate ORM
EJB3SaveOrUpdateEventListenerOverrides the LifeCycle OnSave call to call the PrePersist operationSee Also:Serialized FormClassorg.hibernate.ejb.eventHibernate ORM
EmbeddableTypeImplClassorg.hibernate.ejb.metamodelHibernate ORM
EntityCallbackHandlerKeep track of all lifecycle callbacks and listeners for a given persistence unitSee Also:Serialized FormClassorg.hibernate.ejb.eventHibernate ORM
EntityManagerFactoryImplActual Hibernate implementation of EntityManagerFactory.Classorg.hibernate.ejbHibernate ORM
EntityManagerFactoryRegistryAn internal registry of all EntityManagerFactoryImpl instances for the same classloader as this class.Classorg.hibernate.ejb.internalHibernate ORM
EntityManagerImplHibernate implementation of EntityManager.Classorg.hibernate.ejbHibernate ORM
EntityManagerMessageLoggerThe jboss-logging MessageLogger for the hibernate-entitymanager module.Interfaceorg.hibernate.ejb.internalHibernate ORM
EntityTypeExpressionClassorg.hibernate.ejb.criteria.expressionHibernate ORM
EntityTypeImplDefines the Hibernate implementation of the JPA EntityType contract.Classorg.hibernate.ejb.metamodelHibernate ORM
EntryRepresent a JAR entry Contains a name and an optional Input stream to the entryClassorg.hibernate.ejb.packagingHibernate ORM
ExistsPredicateModels an EXISTS() predicateSee Also:Serialized FormClassorg.hibernate.ejb.criteria.predicateHibernate ORM
ExplicitTruthValueCheckANSI-SQL defines TRUE, FALSE and UNKNOWN as truth values.Classorg.hibernate.ejb.criteria.predicateHibernate ORM
ExplodedJarVisitorFields inherited from class org.Classorg.hibernate.ejb.packagingHibernate ORM
ExpressionImplModels an expression in the criteria query language.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
ExpressionImplementorInterfaceorg.hibernate.ejb.criteriaHibernate ORM
FileFilterClassorg.hibernate.ejb.packagingHibernate ORM
FileZippedJarVisitorWork on a JAR that can be accessed through a FileFields inherited from class org.Classorg.hibernate.ejb.packagingHibernate ORM
FilterClassorg.hibernate.ejb.packagingHibernate ORM
FromImplementorInterfaceorg.hibernate.ejb.criteriaHibernate ORM
FunctionExpressionContract for expressions which model a SQL function call.Interfaceorg.hibernate.ejb.criteria.expression.functionHibernate ORM
HibernateEntityManagerAdditional contract for Hibernate implementations of EntityManager providing access to various Hibernate specific functionality.Interfaceorg.hibernate.ejbHibernate ORM
HibernateEntityManagerFactoryInterfaceorg.hibernate.ejbHibernate ORM
HibernateEntityManagerImplementorAdditional internal contracts for the Hibernate EntityManager implementation.Interfaceorg.hibernate.ejbHibernate ORM
HibernateEntityManagerImplementor .OptionsInterfaceorg.hibernate.ejb.HibernateEntityManagerImplementorHibernate ORM
HibernateEntityManagerImplementor .Options .ResultMetadataValidatorInterfaceorg.hibernate.ejb.HibernateEntityManagerImplementor.OptionsHibernate ORM
HibernatePersistenceHibernate EJB3 persistence provider implementationFields inherited from class org.Classorg.hibernate.ejbHibernate ORM
HibernateQueryInterfaceorg.hibernate.ejbHibernate ORM
IdentifierGeneratorStrategyProviderInterfaceorg.hibernate.ejb.cfg.spiHibernate ORM
IllegalDereferenceExceptionRepresents an illegal attempt to dereference from a path source which cannot be dereferenced.Classorg.hibernate.ejb.criteriaHibernate ORM
ImplicitNumericExpressionTypeDeterminerClassorg.hibernate.ejb.criteria.predicateHibernate ORM
InjectedDataSourceConnectionProviderA specialization of DatasourceConnectionProviderImpl which uses the DataSource specified vi setDataSource(javax.Classorg.hibernate.ejb.connectionHibernate ORM
InPredicateModels an [NOT] IN restrictionSee Also:Serialized FormClassorg.hibernate.ejb.criteria.predicateHibernate ORM
InputStreamZippedJarVisitorWork on a JAR that can only be accessed through a inputstream This is less efficient than the FileZippedJarVisitorClassorg.hibernate.ejb.packagingHibernate ORM
InterceptFieldClassFileTransformerEnhance the classes allowing them to implements InterceptFieldEnabled This interface is then used by Hibernate for some optimizations.Classorg.hibernate.ejb.instrumentHibernate ORM
IsEmptyPredicateModels an IS [NOT] EMPTY restrictionSee Also:Serialized FormClassorg.hibernate.ejb.criteria.predicateHibernate ORM
JarProtocolVisitorClassorg.hibernate.ejb.packagingHibernate ORM
JarVisitorInterfaceorg.hibernate.ejb.packagingHibernate ORM
JarVisitorFactoryClassorg.hibernate.ejb.packagingHibernate ORM
JavaElementFilterFilter 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 matchClassorg.hibernate.ejb.packagingHibernate ORM
JoinImplementorConsolidates the Join and Fetch hierarchies since that is how we implement them.Interfaceorg.hibernate.ejb.criteriaHibernate ORM
JpaIntegratorPrepare the HEM-specific event listeners.Classorg.hibernate.ejb.eventHibernate ORM
LengthFunctionModels the ANSI SQL LENGTH function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
LikePredicateModels a SQL LIKE expression.Classorg.hibernate.ejb.criteria.predicateHibernate ORM
ListAttributeJoinClassorg.hibernate.ejb.criteria.pathHibernate ORM
ListenerCallbackClassorg.hibernate.ejb.eventHibernate ORM
ListIndexExpressionAn expression for referring to the index of a list.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
ListJoinImplementorInterfaceorg.hibernate.ejb.criteriaHibernate ORM
LiteralExpressionRepresents a literal expression.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
LocateFunctionModels the ANSI SQL LOCATE function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
LockModeTypeHelperHelper to deal with LockModeType LockMode conversions.Classorg.hibernate.ejb.utilHibernate ORM
LogHelperClassorg.hibernate.ejb.utilHibernate ORM
LowerFunctionModels the ANSI SQL LOWER function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
MapAttributeJoinClassorg.hibernate.ejb.criteria.pathHibernate ORM
MapEntryExpressionClassorg.hibernate.ejb.criteria.expressionHibernate ORM
MapJoinImplementorInterfaceorg.hibernate.ejb.criteriaHibernate ORM
MapKeyHelpersMapJoin.Classorg.hibernate.ejb.criteria.pathHibernate ORM
MapKeyHelpers .MapKeyAttributeDefines an Attribute modelling of a map-key.Classorg.hibernate.ejb.criteria.path.MapKeyHelpersHibernate ORM
MapKeyHelpers .MapKeyPathModels a path to a map key.Classorg.hibernate.ejb.criteria.path.MapKeyHelpersHibernate ORM
MapKeyHelpers .MapKeySourceDefines a Path for the map which can then be used to represent the source of the map key attribute.Classorg.hibernate.ejb.criteria.path.MapKeyHelpersHibernate ORM
MappedSuperclassTypeImplClassorg.hibernate.ejb.metamodelHibernate ORM
MemberOfPredicateModels an [NOT] MEMBER OF restrictionSee Also:Serialized FormClassorg.hibernate.ejb.criteria.predicateHibernate ORM
MetamodelImplHibernate implementation of the JPA Metamodel contract.Classorg.hibernate.ejb.metamodelHibernate ORM
NamedInputStreamClassorg.hibernate.ejb.packagingHibernate ORM
NamingHelperClassorg.hibernate.ejb.utilHibernate ORM
NativeScannerClassorg.hibernate.ejb.packagingHibernate ORM
NullifExpressionModels an ANSI SQL NULLIF expression.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
NullLiteralExpressionRepresents a NULLliteral expression.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
NullnessPredicateDefines a Predicate for checking the nullness state of an expression, aka an IS [NOT] NULL predicate.Classorg.hibernate.ejb.criteria.predicateHibernate ORM
OrderImplRepresents an ORDER BY fragment.Classorg.hibernate.ejb.criteriaHibernate ORM
PackageFilterFilter on pachage elementSee Also:JavaElementFilterClassorg.hibernate.ejb.packagingHibernate ORM
ParameterContainerContract for query components capable of eirther being a parameter or containing parameters.Interfaceorg.hibernate.ejb.criteriaHibernate ORM
ParameterContainer .HelperHelper to deal with potential parameter container nodes.Classorg.hibernate.ejb.criteria.ParameterContainerHibernate ORM
ParameterExpressionImplDefines a parameter specification, or the information about a parameter (where it occurs, what isSee Also:Serialized FormClassorg.hibernate.ejb.criteria.expressionHibernate ORM
ParameterizedFunctionExpressionSupport for functions with parameters.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
ParameterRegistryA registry for parameters.Interfaceorg.hibernate.ejb.criteriaHibernate ORM
PathImplementorInterfaceorg.hibernate.ejb.criteriaHibernate ORM
PathSourceInterfaceorg.hibernate.ejb.criteriaHibernate ORM
PathTypeExpressionUsed to construct the result of Path.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
PersistenceMetadataSimple represenation of persistence.Classorg.hibernate.ejb.packagingHibernate ORM
PersistenceUtilHelperClassorg.hibernate.ejb.utilHibernate ORM
PersistenceUtilHelper .MetadataCacheCache hierarchy and member resolution in a weak hash mapSee Also:Serialized FormClassorg.hibernate.ejb.util.PersistenceUtilHelperHibernate ORM
PersistenceXmlLoaderHandler for persistence.Classorg.hibernate.ejb.packagingHibernate ORM
PersistenceXmlLoader .ErrorLoggerClassorg.hibernate.ejb.packaging.PersistenceXmlLoaderHibernate ORM
PluralAttributeImplClassorg.hibernate.ejb.metamodelHibernate ORM
PluralAttributeImpl .BuilderClassorg.hibernate.ejb.metamodel.PluralAttributeImplHibernate ORM
PluralAttributeJoinSupportSupport for defining joins to plural attributes (JPA requires typing based on the specific collection type so we cannot really implement all support in aClassorg.hibernate.ejb.criteria.pathHibernate ORM
PluralAttributePathModels a path for a PluralAttribute generally obtained from a Path.Classorg.hibernate.ejb.criteria.pathHibernate ORM
QueryHintsClassorg.hibernate.ejbHibernate ORM
QueryImplHibernate implementation of both the Query and TypedQuery contracts.Classorg.hibernate.ejbHibernate ORM
QueryStructureModels basic query structure.Classorg.hibernate.ejb.criteriaHibernate ORM
RenderableInterfaceorg.hibernate.ejb.criteriaHibernate ORM
RootImplClassorg.hibernate.ejb.criteria.pathHibernate ORM
ScannerInterfaceorg.hibernate.ejb.packagingHibernate ORM
SearchedCaseExpressionModels what ANSI SQL terms a searched case expression.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
SelectionImplThe Hibernate implementation of the JPA SelectionSee Also:Serialized FormClassorg.hibernate.ejb.criteria.expressionHibernate ORM
SelectionImplementorInterfaceorg.hibernate.ejb.criteriaHibernate ORM
SetAttributeJoinClassorg.hibernate.ejb.criteria.pathHibernate ORM
SetJoinImplementorInterfaceorg.hibernate.ejb.criteriaHibernate ORM
SimpleCaseExpressionModels what ANSI SQL terms a simple case statement.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
SingularAttributeImplClassorg.hibernate.ejb.metamodelHibernate ORM
SingularAttributeImpl .IdentifierSubclass used to simply instantiation of singular attributes representing an entity'sSee Also:Serialized FormClassorg.hibernate.ejb.metamodel.SingularAttributeImplHibernate ORM
SingularAttributeImpl .VersionSubclass used to simply instantiation of singular attributes representing an entity'sSee Also:Serialized FormClassorg.hibernate.ejb.metamodel.SingularAttributeImplHibernate ORM
SingularAttributeJoinClassorg.hibernate.ejb.criteria.pathHibernate ORM
SingularAttributePathModels a path for a SingularAttribute generally obtained from a Path.Classorg.hibernate.ejb.criteria.pathHibernate ORM
SizeOfCollectionExpressionRepresents a size of expression in regards to a persistent collection; the implication is that of a subquery.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
SqrtFunctionModels the ANSI SQL SQRT function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
SubqueryComparisonModifierExpressionRepresents a SubqueryComparisonModifierExpression.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
SubqueryComparisonModifierExpression .ModifierClassorg.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpressionHibernate ORM
SubstringFunctionModels the ANSI SQL SUBSTRING function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
TransactionImplClassorg.hibernate.ejbHibernate ORM
TrimFunctionModels the ANSI SQL TRIM function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
TruthValueenum TruthValueextends EnumModels what ANSI-SQL terms a truth value.Classorg.hibernate.ejb.criteria.predicateHibernate ORM
TupleElementImplementorInterfaceorg.hibernate.ejb.criteriaHibernate ORM
UnaryArithmeticOperationModels unary arithmetic operation (unary plus and unary minus).Classorg.hibernate.ejb.criteria.expressionHibernate ORM
UnaryArithmeticOperation .OperationClassorg.hibernate.ejb.criteria.expression.UnaryArithmeticOperationHibernate ORM
UnaryOperatorExpressionContract for operators with a single operand.Interfaceorg.hibernate.ejb.criteria.expressionHibernate ORM
UpperFunctionModels the ANSI SQL UPPER function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
ValueHandlerFactoryHelper for generically dealing with literal values.Classorg.hibernate.ejb.criteriaHibernate ORM
ValueHandlerFactory .BaseValueHandlerSee Also:Serialized FormConstructor SummaryValueHandlerFactory.Classorg.hibernate.ejb.criteria.ValueHandlerFactoryHibernate ORM
ValueHandlerFactory .BigDecimalValueHandlerClassorg.hibernate.ejb.criteria.ValueHandlerFactoryHibernate ORM
ValueHandlerFactory .BigIntegerValueHandlerClassorg.hibernate.ejb.criteria.ValueHandlerFactoryHibernate ORM
ValueHandlerFactory .ByteValueHandlerClassorg.hibernate.ejb.criteria.ValueHandlerFactoryHibernate ORM
ValueHandlerFactory .DoubleValueHandlerClassorg.hibernate.ejb.criteria.ValueHandlerFactoryHibernate ORM
ValueHandlerFactory .FloatValueHandlerClassorg.hibernate.ejb.criteria.ValueHandlerFactoryHibernate ORM
ValueHandlerFactory .IntegerValueHandlerClassorg.hibernate.ejb.criteria.ValueHandlerFactoryHibernate ORM
ValueHandlerFactory .LongValueHandlerClassorg.hibernate.ejb.criteria.ValueHandlerFactoryHibernate ORM
ValueHandlerFactory .NoOpValueHandlerSee Also:Serialized FormConstructor SummaryValueHandlerFactory.Classorg.hibernate.ejb.criteria.ValueHandlerFactoryHibernate ORM
ValueHandlerFactory .ShortValueHandlerClassorg.hibernate.ejb.criteria.ValueHandlerFactoryHibernate ORM
ValueHandlerFactory .StringValueHandlerClassorg.hibernate.ejb.criteria.ValueHandlerFactoryHibernate ORM
ValueHandlerFactory .ValueHandlerInterfaceorg.hibernate.ejb.criteria.ValueHandlerFactoryHibernate ORM
XmlHelperClassorg.hibernate.ejb.packagingHibernate ORM