Package | Description |
---|---|
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
org.hibernate.cache.entry |
This package defines formats for disassembled state
kept in the second level cache.
|
org.hibernate.cfg.beanvalidation | |
org.hibernate.context | |
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
org.hibernate.dialect.function |
A framework for defining database-specific SQL functions
that are available via the dialect.
|
org.hibernate.ejb.metamodel | |
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.engine.query | |
org.hibernate.envers.entities.mapper.relation.lazy | |
org.hibernate.envers.tools | |
org.hibernate.hql |
This package defines the interface between Hibernate and
the HQL query parser implementation (to allow switching
between the 2.x and 3.0 HQL parsers).
|
org.hibernate.hql.ast |
An ANTLR-based parser for Hibernate Query Language.
|
org.hibernate.hql.ast.exec | |
org.hibernate.hql.ast.tree | |
org.hibernate.hql.ast.util | |
org.hibernate.hql.classic |
This package contains the Hibernate 2.x query parser which
is being end-of-lifed.
|
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
org.hibernate.jdbc |
This package abstracts the mechanism for dispatching SQL statements
to the database, and implements interaction with JDBC.
|
org.hibernate.loader |
This package defines functionality for processing JDBC
result sets and returning complex graphs of persistent
objects.
|
org.hibernate.loader.collection |
This package defines collection initializers
|
org.hibernate.loader.criteria |
This package defines the criteria query compiler and loader
|
org.hibernate.loader.custom |
This package defines a framework for custom loaders that accept
handwritten SQL
|
org.hibernate.loader.custom.sql | |
org.hibernate.loader.entity |
This package defines entity loaders
|
org.hibernate.loader.hql |
This package defines a loader for the AST-based query parser
|
org.hibernate.persister |
A persister defines a mapping strategy for a collection
or entity.
|
org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
org.hibernate.pretty |
Classes for pretty printing things for exception
and log messages.
|
org.hibernate.property |
This package abstracts the notion of a "property" of
an entity.
|
org.hibernate.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
org.hibernate.sql.ordering.antlr | |
org.hibernate.stat |
This package exposes statistics about a running
Hibernate instance to the application.
|
org.hibernate.testing.junit.functional | |
org.hibernate.transaction |
This package abstracts the underlying transaction mechanism
(JTA or JDBC) and provides strategies for obtaining application
server TransactionManagers.
|
org.hibernate.tuple.component | |
org.hibernate.tuple.entity | |
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
org.hibernate.usertype |
Interfaces for user-defined custom types.
|
org.hibernate.util |
Utility classes.
|
Constructor and Description |
---|
CacheKey(Serializable id,
Type type,
String entityOrRoleName,
EntityMode entityMode,
SessionFactoryImplementor factory)
Construct a new key for a collection or entity instance.
|
Modifier and Type | Method and Description |
---|---|
Object |
StructuredMapCacheEntry.destructure(Object item,
SessionFactoryImplementor factory) |
Object |
UnstructuredCacheEntry.destructure(Object map,
SessionFactoryImplementor factory) |
Object |
CacheEntryStructure.destructure(Object map,
SessionFactoryImplementor factory) |
Object |
StructuredCollectionCacheEntry.destructure(Object item,
SessionFactoryImplementor factory) |
Object |
StructuredCacheEntry.destructure(Object item,
SessionFactoryImplementor factory) |
Constructor and Description |
---|
HibernateTraversableResolver(EntityPersister persister,
ConcurrentHashMap<EntityPersister,Set<String>> associationsPerEntityPersister,
SessionFactoryImplementor factory) |
Modifier and Type | Field and Description |
---|---|
protected SessionFactoryImplementor |
JTASessionContext.factory |
protected SessionFactoryImplementor |
ThreadLocalSessionContext.factory |
Modifier and Type | Method and Description |
---|---|
protected SessionFactoryImplementor |
ThreadLocalSessionContext.getFactory()
Getter for property 'factory'.
|
Constructor and Description |
---|
JTASessionContext(SessionFactoryImplementor factory) |
ManagedSessionContext(SessionFactoryImplementor factory) |
ThreadLocalSessionContext(SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
CriteriaQuery.getFactory() |
Modifier and Type | Method and Description |
---|---|
protected QueryableCollection |
AbstractEmptinessExpression.getQueryableCollection(String entityName,
String propertyName,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
protected int |
StandardAnsiSqlAggregationFunctions.AvgFunction.determineJdbcTypeCode(Type firstArgumentType,
SessionFactoryImplementor factory) |
protected String |
StandardAnsiSqlAggregationFunctions.AvgFunction.render(int firstArgumentJdbcType,
String argument,
SessionFactoryImplementor factory) |
String |
ConditionalParenthesisFunction.render(List args,
SessionFactoryImplementor factory) |
String |
TemplateRenderer.render(List args,
SessionFactoryImplementor factory) |
protected String |
AnsiTrimFunction.render(TrimFunctionTemplate.Options options,
String trimSource,
SessionFactoryImplementor factory) |
protected abstract String |
TrimFunctionTemplate.render(TrimFunctionTemplate.Options options,
String trimSource,
SessionFactoryImplementor factory) |
String |
NoArgSQLFunction.render(Type argumentType,
List args,
SessionFactoryImplementor factory) |
String |
AbstractAnsiTrimEmulationFunction.render(Type argumentType,
List args,
SessionFactoryImplementor factory)
Render the function call as SQL fragment.
|
String |
CastFunction.render(Type columnType,
List args,
SessionFactoryImplementor factory) |
String |
SQLFunctionTemplate.render(Type argumentType,
List args,
SessionFactoryImplementor factory)
Render the function call as SQL fragment.
|
String |
VarArgsSQLFunction.render(Type firstArgumentType,
List arguments,
SessionFactoryImplementor factory) |
String |
DerbyConcatFunction.render(Type argumentType,
List args,
SessionFactoryImplementor factory)
Render the function call as SQL fragment.
|
String |
NvlFunction.render(Type argumentType,
List args,
SessionFactoryImplementor factory) |
String |
ConvertFunction.render(Type firstArgumentType,
List args,
SessionFactoryImplementor factory) |
String |
StandardAnsiSqlAggregationFunctions.CountFunction.render(Type firstArgumentType,
List arguments,
SessionFactoryImplementor factory) |
String |
StandardAnsiSqlAggregationFunctions.AvgFunction.render(Type firstArgumentType,
List arguments,
SessionFactoryImplementor factory) |
String |
SQLFunction.render(Type firstArgumentType,
List arguments,
SessionFactoryImplementor factory)
Render the function call as SQL fragment.
|
String |
PositionSubstringFunction.render(Type firstArgumentType,
List args,
SessionFactoryImplementor factory) |
String |
StandardSQLFunction.render(Type firstArgumentType,
List arguments,
SessionFactoryImplementor sessionFactory)
Render the function call as SQL fragment.
|
String |
StandardJDBCEscapeFunction.render(Type argumentType,
List args,
SessionFactoryImplementor factory) |
String |
CharIndexFunction.render(Type columnType,
List args,
SessionFactoryImplementor factory) |
String |
TrimFunctionTemplate.render(Type firstArgument,
List args,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
static MetamodelImpl |
MetamodelImpl.buildMetamodel(Iterator<PersistentClass> persistentClasses,
SessionFactoryImplementor sessionFactory)
Build the metamodel using the information from the collection of Hibernate
PersistentClass models as well as the Hibernate SessionFactory . |
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
SessionImplementor.getFactory()
Get the creating SessionFactoryImplementor
|
SessionFactoryImplementor |
LoadQueryInfluencers.getSessionFactory() |
Modifier and Type | Method and Description |
---|---|
int |
EntityUniqueKey.generateHashCode(SessionFactoryImplementor factory) |
static String[] |
JoinHelper.getRHSColumnNames(AssociationType type,
SessionFactoryImplementor factory)
Get the columns of the associated table which are to
be used in the join
|
void |
QueryParameters.processFilters(String sql,
Map filters,
SessionFactoryImplementor factory) |
void |
QueryParameters.traceParameters(SessionFactoryImplementor factory) |
Constructor and Description |
---|
EntityUniqueKey(String entityName,
String uniqueKeyName,
Object semiResolvedKey,
Type keyType,
EntityMode entityMode,
SessionFactoryImplementor factory) |
JoinSequence(SessionFactoryImplementor factory) |
LoadQueryInfluencers(SessionFactoryImplementor sessionFactory) |
Constructor and Description |
---|
FilterQueryPlan(String hql,
String collectionRole,
boolean shallow,
Map enabledFilters,
SessionFactoryImplementor factory) |
HQLQueryPlan(String hql,
boolean shallow,
Map enabledFilters,
SessionFactoryImplementor factory) |
HQLQueryPlan(String hql,
String collectionRole,
boolean shallow,
Map enabledFilters,
SessionFactoryImplementor factory) |
NativeSQLQueryPlan(NativeSQLQuerySpecification specification,
SessionFactoryImplementor factory) |
QueryPlanCache(SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
AbstractDelegateSessionImplementor.getFactory() |
Modifier and Type | Method and Description |
---|---|
static Object |
Tools.getTargetFromProxy(SessionFactoryImplementor sessionFactoryImplementor,
HibernateProxy proxy) |
Modifier and Type | Method and Description |
---|---|
static String[] |
QuerySplitter.concreteQueries(String query,
SessionFactoryImplementor factory)
Handle Hibernate "implicit" polymorphism, by translating the query string into
several "concrete" queries against mapped classes.
|
FilterTranslator |
QueryTranslatorFactory.createFilterTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory)
Construct a
FilterTranslator instance capable of translating
an HQL filter string. |
QueryTranslator |
QueryTranslatorFactory.createQueryTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory)
Construct a
QueryTranslator instance capable of translating
an HQL query string. |
static String[][] |
NameGenerator.generateColumnNames(Type[] types,
SessionFactoryImplementor f) |
static String |
QuerySplitter.getImportedClass(String name,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
FilterTranslator |
ASTQueryTranslatorFactory.createFilterTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory) |
QueryTranslator |
ASTQueryTranslatorFactory.createQueryTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory) |
Constructor and Description |
---|
HqlSqlWalker(QueryTranslatorImpl qti,
SessionFactoryImplementor sfi,
HqlParser parser,
Map tokenReplacements,
String collectionRole)
Create a new tree transformer.
|
QueryTranslatorImpl(String queryIdentifier,
String query,
Map enabledFilters,
SessionFactoryImplementor factory)
Creates a new AST-based query translator.
|
SqlGenerator(SessionFactoryImplementor sfi) |
Modifier and Type | Method and Description |
---|---|
protected SessionFactoryImplementor |
AbstractStatementExecutor.getFactory() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
MapEntryNode.sfi() |
Modifier and Type | Method and Description |
---|---|
String |
Node.getRenderText(SessionFactoryImplementor sessionFactory)
Retrieve the text to be used for rendering this particular node.
|
String |
BooleanLiteralNode.getRenderText(SessionFactoryImplementor sessionFactory)
Retrieve the text to be used for rendering this particular node.
|
String |
ResultVariableRefNode.getRenderText(SessionFactoryImplementor sessionFactory)
Retrieve the text to be used for rendering this particular node.
|
String |
ParameterNode.getRenderText(SessionFactoryImplementor sessionFactory) |
String |
JavaConstantNode.getRenderText(SessionFactoryImplementor sessionFactory) |
void |
SessionFactoryAwareNode.setSessionFactory(SessionFactoryImplementor sessionFactory) |
void |
JavaConstantNode.setSessionFactory(SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
SessionFactoryHelper.getFactory()
Get a handle to the encapsulated SessionFactory.
|
Modifier and Type | Method and Description |
---|---|
static Queryable |
SessionFactoryHelper.findQueryableUsingImports(SessionFactoryImplementor sfi,
String className)
Given a (potentially unqualified) class name, locate its persister.
|
Constructor and Description |
---|
SessionFactoryHelper(SessionFactoryImplementor sfi)
Construct a new SessionFactoryHelper instance.
|
Modifier and Type | Method and Description |
---|---|
FilterTranslator |
ClassicQueryTranslatorFactory.createFilterTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory) |
QueryTranslator |
ClassicQueryTranslatorFactory.createQueryTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory) |
Constructor and Description |
---|
QueryTranslatorImpl(String queryString,
Map enabledFilters,
SessionFactoryImplementor factory)
Construct a query translator; this form used internally.
|
QueryTranslatorImpl(String queryIdentifier,
String queryString,
Map enabledFilters,
SessionFactoryImplementor factory)
Construct a query translator
|
Modifier and Type | Class and Description |
---|---|
class |
SessionFactoryImpl
Concrete implementation of the SessionFactory interface.
|
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
AbstractSessionImpl.getFactory() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
JDBCContext.getFactory() |
SessionFactoryImplementor |
ConnectionManager.getFactory()
The session factory.
|
protected SessionFactoryImplementor |
AbstractBatcher.getFactory() |
Modifier and Type | Method and Description |
---|---|
static ConnectionManager |
ConnectionManager.deserialize(ObjectInputStream ois,
SessionFactoryImplementor factory,
Interceptor interceptor,
ConnectionReleaseMode connectionReleaseMode,
JDBCContext jdbcContext) |
Constructor and Description |
---|
ConnectionManager(SessionFactoryImplementor factory,
ConnectionManager.Callback callback,
ConnectionReleaseMode releaseMode,
Connection connection,
Interceptor interceptor)
Constructs a ConnectionManager.
|
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
Loader.getFactory() |
protected SessionFactoryImplementor |
JoinWalker.getFactory() |
Modifier and Type | Method and Description |
---|---|
static OuterJoinableAssociation |
OuterJoinableAssociation.createRoot(AssociationType joinableType,
String alias,
SessionFactoryImplementor factory) |
Constructor and Description |
---|
AbstractEntityJoinWalker(OuterJoinLoadable persister,
SessionFactoryImplementor factory,
LoadQueryInfluencers loadQueryInfluencers) |
AbstractEntityJoinWalker(OuterJoinLoadable persister,
SessionFactoryImplementor factory,
LoadQueryInfluencers loadQueryInfluencers,
String alias) |
BasicLoader(SessionFactoryImplementor factory) |
JoinWalker(SessionFactoryImplementor factory,
LoadQueryInfluencers loadQueryInfluencers) |
Loader(SessionFactoryImplementor factory) |
OuterJoinableAssociation(PropertyPath propertyPath,
AssociationType joinableType,
String lhsAlias,
String[] lhsColumns,
String rhsAlias,
int joinType,
String withClause,
boolean hasRestriction,
SessionFactoryImplementor factory,
Map enabledFilters) |
OuterJoinLoader(SessionFactoryImplementor factory,
LoadQueryInfluencers loadQueryInfluencers) |
Modifier and Type | Method and Description |
---|---|
static CollectionInitializer |
BatchingCollectionInitializer.createBatchingCollectionInitializer(QueryableCollection persister,
int maxBatchSize,
SessionFactoryImplementor factory,
LoadQueryInfluencers loadQueryInfluencers) |
static CollectionInitializer |
BatchingCollectionInitializer.createBatchingOneToManyInitializer(QueryableCollection persister,
int maxBatchSize,
SessionFactoryImplementor factory,
LoadQueryInfluencers loadQueryInfluencers) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
CriteriaQueryTranslator.getFactory() |
Constructor and Description |
---|
CriteriaJoinWalker(OuterJoinLoadable persister,
CriteriaQueryTranslator translator,
SessionFactoryImplementor factory,
CriteriaImpl criteria,
String rootEntityName,
LoadQueryInfluencers loadQueryInfluencers) |
CriteriaJoinWalker(OuterJoinLoadable persister,
CriteriaQueryTranslator translator,
SessionFactoryImplementor factory,
CriteriaImpl criteria,
String rootEntityName,
LoadQueryInfluencers loadQueryInfluencers,
String alias) |
CriteriaLoader(OuterJoinLoadable persister,
SessionFactoryImplementor factory,
CriteriaImpl criteria,
String rootEntityName,
LoadQueryInfluencers loadQueryInfluencers) |
CriteriaQueryTranslator(SessionFactoryImplementor factory,
CriteriaImpl criteria,
String rootEntityName,
String rootSQLAlias) |
CriteriaQueryTranslator(SessionFactoryImplementor factory,
CriteriaImpl criteria,
String rootEntityName,
String rootSQLAlias,
CriteriaQuery outerQuery) |
Constructor and Description |
---|
CustomLoader(CustomQuery customQuery,
SessionFactoryImplementor factory) |
Constructor and Description |
---|
SQLCustomQuery(String sqlQuery,
NativeSQLQueryReturn[] queryReturns,
Collection additionalQuerySpaces,
SessionFactoryImplementor factory) |
SQLQueryParser(String queryString,
org.hibernate.loader.custom.sql.SQLQueryParser.ParserContext context,
SessionFactoryImplementor factory) |
SQLQueryReturnProcessor(NativeSQLQueryReturn[] queryReturns,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
static UniqueEntityLoader |
BatchingEntityLoader.createBatchingEntityLoader(OuterJoinLoadable persister,
int maxBatchSize,
LockMode lockMode,
SessionFactoryImplementor factory,
LoadQueryInfluencers loadQueryInfluencers) |
static UniqueEntityLoader |
BatchingEntityLoader.createBatchingEntityLoader(OuterJoinLoadable persister,
int maxBatchSize,
LockOptions lockOptions,
SessionFactoryImplementor factory,
LoadQueryInfluencers loadQueryInfluencers) |
Constructor and Description |
---|
QueryLoader(QueryTranslatorImpl queryTranslator,
SessionFactoryImplementor factory,
SelectClause selectClause)
Creates a new Loader implementation.
|
Modifier and Type | Method and Description |
---|---|
static EntityPersister |
PersisterFactory.createClassPersister(PersistentClass model,
EntityRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory,
Mapping cfg) |
static CollectionPersister |
PersisterFactory.createCollectionPersister(Configuration cfg,
Collection model,
CollectionRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
AbstractCollectionPersister.getFactory() |
SessionFactoryImplementor |
CollectionPersister.getFactory() |
Constructor and Description |
---|
AbstractCollectionPersister(Collection collection,
CollectionRegionAccessStrategy cacheAccessStrategy,
Configuration cfg,
SessionFactoryImplementor factory) |
BasicCollectionPersister(Collection collection,
CollectionRegionAccessStrategy cacheAccessStrategy,
Configuration cfg,
SessionFactoryImplementor factory) |
OneToManyPersister(Collection collection,
CollectionRegionAccessStrategy cacheAccessStrategy,
Configuration cfg,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
EntityPersister.getFactory()
Return the SessionFactory to which this persister "belongs".
|
SessionFactoryImplementor |
AbstractEntityPersister.getFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
DiscriminatorType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory) |
EntityPersister |
EntityPersister.getSubclassEntityPersister(Object instance,
SessionFactoryImplementor factory,
EntityMode entityMode)
A request has already identified the entity-name of this persister as the mapping for the given instance.
|
EntityPersister |
AbstractEntityPersister.getSubclassEntityPersister(Object instance,
SessionFactoryImplementor factory,
EntityMode entityMode)
A request has already identified the entity-name of this persister as the mapping for the given instance.
|
void |
DiscriminatorType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory) |
String |
DiscriminatorType.toLoggableString(Object value,
SessionFactoryImplementor factory) |
Constructor and Description |
---|
AbstractEntityPersister(PersistentClass persistentClass,
EntityRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory) |
JoinedSubclassEntityPersister(PersistentClass persistentClass,
EntityRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory,
Mapping mapping) |
SingleTableEntityPersister(PersistentClass persistentClass,
EntityRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory,
Mapping mapping) |
UnionSubclassEntityPersister(PersistentClass persistentClass,
EntityRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory,
Mapping mapping) |
Modifier and Type | Method and Description |
---|---|
static String |
MessageHelper.collectionInfoString(CollectionPersister persister,
Serializable[] ids,
SessionFactoryImplementor factory)
Generate an info message string relating to a series of managed
collections.
|
static String |
MessageHelper.collectionInfoString(CollectionPersister persister,
Serializable id,
SessionFactoryImplementor factory)
Generate an info message string relating to a particular managed
collection.
|
static String |
MessageHelper.infoString(EntityPersister persister,
Object id,
SessionFactoryImplementor factory)
Generate an info message string relating to a particular entity.
|
static String |
MessageHelper.infoString(EntityPersister persister,
Object id,
Type identifierType,
SessionFactoryImplementor factory)
Generate an info message string relating to a particular entity,.
|
static String |
MessageHelper.infoString(EntityPersister persister,
Serializable[] ids,
SessionFactoryImplementor factory)
Generate an info message string relating to a series of entities.
|
Constructor and Description |
---|
Printer(SessionFactoryImplementor factory) |
Modifier and Type | Field and Description |
---|---|
protected SessionFactoryImplementor |
Dom4jAccessor.Dom4jGetter.factory |
Modifier and Type | Method and Description |
---|---|
static PropertyAccessor |
PropertyAccessorFactory.getDom4jPropertyAccessor(String nodeName,
Type type,
SessionFactoryImplementor factory) |
void |
Dom4jAccessor.TextSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
void |
Dom4jAccessor.AttributeSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
void |
Dom4jAccessor.ElementSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
void |
Dom4jAccessor.ElementAttributeSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
void |
DirectPropertyAccessor.DirectSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
void |
EmbeddedPropertyAccessor.EmbeddedSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
void |
IndexPropertyAccessor.IndexSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
void |
BasicPropertyAccessor.BasicSetter.set(Object target,
Object value,
SessionFactoryImplementor factory) |
void |
Setter.set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
void |
MapAccessor.MapSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
void |
BackrefPropertyAccessor.BackrefSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
Constructor and Description |
---|
Dom4jAccessor(String nodeName,
Type propertyType,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
static String |
Template.renderOrderByStringTemplate(String orderByFragment,
ColumnMapper columnMapper,
SessionFactoryImplementor sessionFactory,
Dialect dialect,
SQLFunctionRegistry functionRegistry)
Performs order-by template rendering allowing
column mapping . |
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
TranslationContext.getSessionFactory()
Retrieves the session factory for this context.
|
Constructor and Description |
---|
ConcurrentStatisticsImpl(SessionFactoryImplementor sessionFactory) |
StatisticsImpl(SessionFactoryImplementor sessionFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected SessionFactoryImplementor |
FunctionalTestCase.sfi()
Get the factory for this test environment, casted to
SessionFactoryImplementor . |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEnvironment.Settings.afterSessionFactoryBuilt(SessionFactoryImplementor sfi) |
void |
FunctionalTestCase.afterSessionFactoryBuilt(SessionFactoryImplementor sfi) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
TransactionFactory.Context.getFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractComponentTuplizer.setParent(Object component,
Object parent,
SessionFactoryImplementor factory) |
void |
ComponentTuplizer.setParent(Object component,
Object parent,
SessionFactoryImplementor factory)
Set the value of the parent property.
|
void |
PojoComponentTuplizer.setParent(Object component,
Object parent,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
protected SessionFactoryImplementor |
AbstractEntityTuplizer.getFactory() |
SessionFactoryImplementor |
EntityMetamodel.getSessionFactory() |
Modifier and Type | Method and Description |
---|---|
String |
Dom4jEntityTuplizer.determineConcreteSubclassEntityName(Object entityInstance,
SessionFactoryImplementor factory)
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
|
String |
PojoEntityTuplizer.determineConcreteSubclassEntityName(Object entityInstance,
SessionFactoryImplementor factory)
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
|
String |
DynamicMapEntityTuplizer.determineConcreteSubclassEntityName(Object entityInstance,
SessionFactoryImplementor factory)
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
|
String |
EntityTuplizer.determineConcreteSubclassEntityName(Object entityInstance,
SessionFactoryImplementor factory)
Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.
|
Constructor and Description |
---|
EntityMetamodel(PersistentClass persistentClass,
SessionFactoryImplementor sessionFactory) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryImplementor |
TypeFactory.TypeScope.resolveFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
SerializableToBlobType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory) |
Object |
CustomType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory) |
Object |
MutableType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
Deprecated.
|
Object |
EntityType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
Return a deep copy of the persistent state, stopping at entities and at
collections.
|
Object |
CompositeCustomType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory) |
Object |
ImmutableType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
Deprecated.
|
Object |
AnyType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory) |
Object |
AbstractStandardBasicType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory) |
Object |
MetaType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory) |
Object |
Type.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
Return a deep copy of the persistent state, stopping at entities and at
collections.
|
Object |
ComponentType.deepCopy(Object component,
EntityMode entityMode,
SessionFactoryImplementor factory) |
Object |
ByteArrayBlobType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
Deprecated.
|
Object |
CollectionType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory) |
String |
EntityType.getAssociatedEntityName(SessionFactoryImplementor factory)
The name of the associated entity.
|
String |
AnyType.getAssociatedEntityName(SessionFactoryImplementor factory) |
String |
AssociationType.getAssociatedEntityName(SessionFactoryImplementor factory)
Get the entity name of the associated entity
|
String |
CollectionType.getAssociatedEntityName(SessionFactoryImplementor factory) |
Joinable |
EntityType.getAssociatedJoinable(SessionFactoryImplementor factory)
Retrieves the
Joinable defining the associated entity. |
Joinable |
AnyType.getAssociatedJoinable(SessionFactoryImplementor factory) |
Joinable |
AssociationType.getAssociatedJoinable(SessionFactoryImplementor factory)
Get the "persister" for this association - a class or
collection persister
|
Joinable |
CollectionType.getAssociatedJoinable(SessionFactoryImplementor factory) |
Type |
CollectionType.getElementType(SessionFactoryImplementor factory)
Get the Hibernate type of the collection elements
|
int |
AbstractType.getHashCode(Object x,
EntityMode entityMode,
SessionFactoryImplementor factory) |
int |
SerializableToBlobType.getHashCode(Object x,
EntityMode entityMode,
SessionFactoryImplementor session) |
int |
EntityType.getHashCode(Object x,
EntityMode entityMode,
SessionFactoryImplementor factory)
Get a hash code, consistent with persistence "equality".
|
int |
AbstractStandardBasicType.getHashCode(Object x,
EntityMode entityMode,
SessionFactoryImplementor factory) |
int |
Type.getHashCode(Object x,
EntityMode entityMode,
SessionFactoryImplementor factory)
Get a hash code, consistent with persistence "equality".
|
int |
ComponentType.getHashCode(Object x,
EntityMode entityMode,
SessionFactoryImplementor factory) |
int |
ByteArrayBlobType.getHashCode(Object x,
EntityMode entityMode,
SessionFactoryImplementor factory)
Deprecated.
|
String |
EntityType.getOnCondition(String alias,
SessionFactoryImplementor factory,
Map enabledFilters) |
String |
AnyType.getOnCondition(String alias,
SessionFactoryImplementor factory,
Map enabledFilters) |
String |
AssociationType.getOnCondition(String alias,
SessionFactoryImplementor factory,
Map enabledFilters)
Get the "filtering" SQL fragment that is applied in the
SQL on clause, in addition to the usual join condition
|
String |
CollectionType.getOnCondition(String alias,
SessionFactoryImplementor factory,
Map enabledFilters) |
Type |
AbstractType.getSemiResolvedType(SessionFactoryImplementor factory) |
Type |
EntityType.getSemiResolvedType(SessionFactoryImplementor factory) |
Type |
AbstractStandardBasicType.getSemiResolvedType(SessionFactoryImplementor factory) |
Type |
Type.getSemiResolvedType(SessionFactoryImplementor factory)
Get the type of a semi-resolved value.
|
void |
TypeFactory.injectSessionFactory(SessionFactoryImplementor factory) |
boolean |
AbstractType.isEqual(Object x,
Object y,
EntityMode entityMode,
SessionFactoryImplementor factory) |
boolean |
SerializableToBlobType.isEqual(Object x,
Object y,
EntityMode entityMode,
SessionFactoryImplementor factory) |
boolean |
EntityType.isEqual(Object x,
Object y,
EntityMode entityMode,
SessionFactoryImplementor factory)
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent
state).
|
boolean |
AbstractStandardBasicType.isEqual(Object x,
Object y,
EntityMode entityMode,
SessionFactoryImplementor factory) |
boolean |
Type.isEqual(Object x,
Object y,
EntityMode entityMode,
SessionFactoryImplementor factory)
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent
state).
|
boolean |
ComponentType.isEqual(Object x,
Object y,
EntityMode entityMode,
SessionFactoryImplementor factory) |
boolean |
ByteArrayBlobType.isEqual(Object x,
Object y,
EntityMode entityMode,
SessionFactoryImplementor factory)
Deprecated.
|
protected String |
CustomCollectionType.renderLoggableString(Object value,
SessionFactoryImplementor factory) |
protected String |
CollectionType.renderLoggableString(Object value,
SessionFactoryImplementor factory) |
TypeResolver |
TypeResolver.scope(SessionFactoryImplementor factory) |
void |
NullableType.setToXMLNode(org.dom4j.Node xml,
Object value,
SessionFactoryImplementor factory)
Deprecated.
|
void |
SerializableToBlobType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory) |
void |
CustomType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory) |
void |
EntityType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory)
A representation of the value to be embedded in an XML element.
|
void |
CompositeCustomType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory) |
void |
AnyType.setToXMLNode(org.dom4j.Node xml,
Object value,
SessionFactoryImplementor factory) |
void |
AbstractStandardBasicType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory) |
void |
MetaType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory) |
void |
Type.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory)
A representation of the value to be embedded in an XML element.
|
void |
ComponentType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory) |
void |
ByteArrayBlobType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory)
Deprecated.
|
void |
CollectionType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory) |
String |
NullableType.toLoggableString(Object value,
SessionFactoryImplementor factory)
Deprecated.
|
String |
ArrayType.toLoggableString(Object value,
SessionFactoryImplementor factory) |
String |
SerializableToBlobType.toLoggableString(Object value,
SessionFactoryImplementor factory) |
String |
CustomType.toLoggableString(Object value,
SessionFactoryImplementor factory) |
String |
EntityType.toLoggableString(Object value,
SessionFactoryImplementor factory)
Generate a loggable representation of an instance of the value mapped by this type.
|
String |
CompositeCustomType.toLoggableString(Object value,
SessionFactoryImplementor factory) |
String |
AnyType.toLoggableString(Object value,
SessionFactoryImplementor factory) |
String |
AbstractStandardBasicType.toLoggableString(Object value,
SessionFactoryImplementor factory) |
String |
MetaType.toLoggableString(Object value,
SessionFactoryImplementor factory) |
String |
Type.toLoggableString(Object value,
SessionFactoryImplementor factory)
A representation of the value to be embedded in a log file.
|
String |
ComponentType.toLoggableString(Object value,
SessionFactoryImplementor factory) |
String |
ByteArrayBlobType.toLoggableString(Object value,
SessionFactoryImplementor factory)
Deprecated.
|
String |
CollectionType.toLoggableString(Object value,
SessionFactoryImplementor factory) |
String |
NullableType.toXMLString(Object value,
SessionFactoryImplementor pc)
Deprecated.
|
String |
CustomType.toXMLString(Object value,
SessionFactoryImplementor factory) |
String |
MetaType.toXMLString(Object value,
SessionFactoryImplementor factory) |
String |
AbstractStandardBasicType.toXMLString(T value,
SessionFactoryImplementor factory) |
String |
XmlRepresentableType.toXMLString(T value,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
String |
LoggableUserType.toLoggableString(Object value,
SessionFactoryImplementor factory)
Generate a loggable string representation of the collection (value).
|
Modifier and Type | Method and Description |
---|---|
static boolean |
JTAHelper.isTransactionInProgress(SessionFactoryImplementor factory)
Return true if a JTA transaction is in progress
and false in *every* other cases (including in a JDBC transaction).
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved