|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionFactoryImplementor | |
---|---|
org.hibernate.cache | This package defines APIs and implementations for the second-level cache and query cache. |
org.hibernate.cache.entry | This package defines formats for disassembled state kept in the second level cache. |
org.hibernate.context | |
org.hibernate.criterion | A framework for defining restriction criteria and order criteria. |
org.hibernate.dialect | This package abstracts the SQL dialect of the underlying database. |
org.hibernate.dialect.function | A framework for defining database-specific SQL functions that are available via the dialect. |
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.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.stat | This package exposes statistics about a running Hibernate instance to the application. |
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. |
Uses of SessionFactoryImplementor in org.hibernate.cache |
---|
Constructors in org.hibernate.cache with parameters of type SessionFactoryImplementor | |
---|---|
CacheKey(Serializable id,
Type type,
String entityOrRoleName,
EntityMode entityMode,
SessionFactoryImplementor factory)
Construct a new key for a collection or entity instance. |
Uses of SessionFactoryImplementor in org.hibernate.cache.entry |
---|
Methods in org.hibernate.cache.entry with parameters of type SessionFactoryImplementor | |
---|---|
Object |
UnstructuredCacheEntry.destructure(Object map,
SessionFactoryImplementor factory)
|
Object |
StructuredMapCacheEntry.destructure(Object item,
SessionFactoryImplementor factory)
|
Object |
StructuredCollectionCacheEntry.destructure(Object item,
SessionFactoryImplementor factory)
|
Object |
StructuredCacheEntry.destructure(Object item,
SessionFactoryImplementor factory)
|
Object |
CacheEntryStructure.destructure(Object map,
SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.context |
---|
Fields in org.hibernate.context declared as SessionFactoryImplementor | |
---|---|
protected SessionFactoryImplementor |
ThreadLocalSessionContext.factory
|
protected SessionFactoryImplementor |
JTASessionContext.factory
|
Methods in org.hibernate.context that return SessionFactoryImplementor | |
---|---|
protected SessionFactoryImplementor |
ThreadLocalSessionContext.getFactory()
|
Constructors in org.hibernate.context with parameters of type SessionFactoryImplementor | |
---|---|
JTASessionContext(SessionFactoryImplementor factory)
|
|
ManagedSessionContext(SessionFactoryImplementor factory)
|
|
ThreadLocalSessionContext(SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.criterion |
---|
Methods in org.hibernate.criterion that return SessionFactoryImplementor | |
---|---|
SessionFactoryImplementor |
CriteriaQuery.getFactory()
|
Methods in org.hibernate.criterion with parameters of type SessionFactoryImplementor | |
---|---|
protected QueryableCollection |
AbstractEmptinessExpression.getQueryableCollection(String entityName,
String propertyName,
SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.dialect |
---|
Methods in org.hibernate.dialect with parameters of type SessionFactoryImplementor | |
---|---|
String |
DerbyDialect.DerbyTrimFunctionEmulation.render(List args,
SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.dialect.function |
---|
Methods in org.hibernate.dialect.function with parameters of type SessionFactoryImplementor | |
---|---|
String |
VarArgsSQLFunction.render(List args,
SessionFactoryImplementor factory)
|
String |
StandardSQLFunction.render(List args,
SessionFactoryImplementor factory)
Render the function call as SQL fragment. |
String |
StandardJDBCEscapeFunction.render(List args,
SessionFactoryImplementor factory)
|
String |
SQLFunctionTemplate.render(List args,
SessionFactoryImplementor factory)
Applies the template to passed in arguments. |
String |
SQLFunction.render(List args,
SessionFactoryImplementor factory)
Render the function call as SQL fragment. |
String |
PositionSubstringFunction.render(List args,
SessionFactoryImplementor factory)
|
String |
NvlFunction.render(List args,
SessionFactoryImplementor factory)
|
String |
NoArgSQLFunction.render(List args,
SessionFactoryImplementor factory)
|
String |
ConvertFunction.render(List args,
SessionFactoryImplementor factory)
|
String |
ConditionalParenthesisFunction.render(List args,
SessionFactoryImplementor factory)
|
String |
CharIndexFunction.render(List args,
SessionFactoryImplementor factory)
|
String |
CastFunction.render(List args,
SessionFactoryImplementor factory)
|
String |
AnsiTrimEmulationFunction.render(List args,
SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.engine |
---|
Methods in org.hibernate.engine that return SessionFactoryImplementor | |
---|---|
SessionFactoryImplementor |
SessionImplementor.getFactory()
Get the creating SessionFactoryImplementor |
Methods in org.hibernate.engine with parameters of type SessionFactoryImplementor | |
---|---|
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.traceParameters(SessionFactoryImplementor factory)
|
Constructors in org.hibernate.engine with parameters of type SessionFactoryImplementor | |
---|---|
EntityUniqueKey(String entityName,
String uniqueKeyName,
Object semiResolvedKey,
Type keyType,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
|
JoinSequence(SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.engine.query |
---|
Constructors in org.hibernate.engine.query with parameters of type SessionFactoryImplementor | |
---|---|
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)
|
Uses of SessionFactoryImplementor in org.hibernate.hql |
---|
Methods in org.hibernate.hql with parameters of type SessionFactoryImplementor | |
---|---|
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)
|
Uses of SessionFactoryImplementor in org.hibernate.hql.ast |
---|
Methods in org.hibernate.hql.ast with parameters of type SessionFactoryImplementor | |
---|---|
FilterTranslator |
ASTQueryTranslatorFactory.createFilterTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory)
|
QueryTranslator |
ASTQueryTranslatorFactory.createQueryTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory)
|
Constructors in org.hibernate.hql.ast with parameters of type SessionFactoryImplementor | |
---|---|
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)
|
Uses of SessionFactoryImplementor in org.hibernate.hql.ast.exec |
---|
Methods in org.hibernate.hql.ast.exec that return SessionFactoryImplementor | |
---|---|
protected SessionFactoryImplementor |
AbstractStatementExecutor.getFactory()
|
Uses of SessionFactoryImplementor in org.hibernate.hql.ast.tree |
---|
Methods in org.hibernate.hql.ast.tree with parameters of type SessionFactoryImplementor | |
---|---|
String |
ParameterNode.getRenderText(SessionFactoryImplementor sessionFactory)
|
String |
Node.getRenderText(SessionFactoryImplementor sessionFactory)
Retrieve the text to be used for rendering this particular node. |
String |
JavaConstantNode.getRenderText(SessionFactoryImplementor sessionFactory)
|
String |
BooleanLiteralNode.getRenderText(SessionFactoryImplementor sessionFactory)
|
void |
SessionFactoryAwareNode.setSessionFactory(SessionFactoryImplementor sessionFactory)
|
void |
JavaConstantNode.setSessionFactory(SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.hql.ast.util |
---|
Methods in org.hibernate.hql.ast.util that return SessionFactoryImplementor | |
---|---|
SessionFactoryImplementor |
SessionFactoryHelper.getFactory()
Get a handle to the encapsulated SessionFactory. |
Methods in org.hibernate.hql.ast.util with parameters of type SessionFactoryImplementor | |
---|---|
static Queryable |
SessionFactoryHelper.findQueryableUsingImports(SessionFactoryImplementor sfi,
String className)
Given a (potentially unqualified) class name, locate its persister. |
Constructors in org.hibernate.hql.ast.util with parameters of type SessionFactoryImplementor | |
---|---|
SessionFactoryHelper(SessionFactoryImplementor sfi)
Construct a new SessionFactoryHelper instance. |
Uses of SessionFactoryImplementor in org.hibernate.hql.classic |
---|
Methods in org.hibernate.hql.classic with parameters of type SessionFactoryImplementor | |
---|---|
FilterTranslator |
ClassicQueryTranslatorFactory.createFilterTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory)
|
QueryTranslator |
ClassicQueryTranslatorFactory.createQueryTranslator(String queryIdentifier,
String queryString,
Map filters,
SessionFactoryImplementor factory)
|
Constructors in org.hibernate.hql.classic with parameters of type SessionFactoryImplementor | |
---|---|
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 |
Uses of SessionFactoryImplementor in org.hibernate.impl |
---|
Classes in org.hibernate.impl that implement SessionFactoryImplementor | |
---|---|
class |
SessionFactoryImpl
Concrete implementation of the SessionFactory interface. |
Methods in org.hibernate.impl that return SessionFactoryImplementor | |
---|---|
SessionFactoryImplementor |
AbstractSessionImpl.getFactory()
|
Uses of SessionFactoryImplementor in org.hibernate.jdbc |
---|
Methods in org.hibernate.jdbc that return SessionFactoryImplementor | |
---|---|
SessionFactoryImplementor |
JDBCContext.getFactory()
|
SessionFactoryImplementor |
ConnectionManager.getFactory()
The session factory. |
protected SessionFactoryImplementor |
AbstractBatcher.getFactory()
|
Methods in org.hibernate.jdbc with parameters of type SessionFactoryImplementor | |
---|---|
static ConnectionManager |
ConnectionManager.deserialize(ObjectInputStream ois,
SessionFactoryImplementor factory,
Interceptor interceptor,
ConnectionReleaseMode connectionReleaseMode,
JDBCContext jdbcContext)
|
Constructors in org.hibernate.jdbc with parameters of type SessionFactoryImplementor | |
---|---|
ConnectionManager(SessionFactoryImplementor factory,
ConnectionManager.Callback callback,
ConnectionReleaseMode releaseMode,
Connection connection,
Interceptor interceptor)
Constructs a ConnectionManager. |
Uses of SessionFactoryImplementor in org.hibernate.loader |
---|
Methods in org.hibernate.loader that return SessionFactoryImplementor | |
---|---|
SessionFactoryImplementor |
Loader.getFactory()
|
protected SessionFactoryImplementor |
JoinWalker.getFactory()
|
Constructors in org.hibernate.loader with parameters of type SessionFactoryImplementor | |
---|---|
AbstractEntityJoinWalker(OuterJoinLoadable persister,
SessionFactoryImplementor factory,
Map enabledFilters)
|
|
AbstractEntityJoinWalker(OuterJoinLoadable persister,
SessionFactoryImplementor factory,
Map enabledFilters,
String alias)
|
|
BasicLoader(SessionFactoryImplementor factory)
|
|
JoinWalker(SessionFactoryImplementor factory,
Map enabledFilters)
|
|
Loader(SessionFactoryImplementor factory)
|
|
OuterJoinableAssociation(AssociationType joinableType,
String lhsAlias,
String[] lhsColumns,
String rhsAlias,
int joinType,
SessionFactoryImplementor factory,
Map enabledFilters)
|
|
OuterJoinLoader(SessionFactoryImplementor factory,
Map enabledFilters)
|
Uses of SessionFactoryImplementor in org.hibernate.loader.collection |
---|
Methods in org.hibernate.loader.collection with parameters of type SessionFactoryImplementor | |
---|---|
static CollectionInitializer |
BatchingCollectionInitializer.createBatchingCollectionInitializer(QueryableCollection persister,
int maxBatchSize,
SessionFactoryImplementor factory,
Map enabledFilters)
|
static CollectionInitializer |
BatchingCollectionInitializer.createBatchingOneToManyInitializer(QueryableCollection persister,
int maxBatchSize,
SessionFactoryImplementor factory,
Map enabledFilters)
|
Uses of SessionFactoryImplementor in org.hibernate.loader.criteria |
---|
Methods in org.hibernate.loader.criteria that return SessionFactoryImplementor | |
---|---|
SessionFactoryImplementor |
CriteriaQueryTranslator.getFactory()
|
Constructors in org.hibernate.loader.criteria with parameters of type SessionFactoryImplementor | |
---|---|
CriteriaJoinWalker(OuterJoinLoadable persister,
CriteriaQueryTranslator translator,
SessionFactoryImplementor factory,
CriteriaImpl criteria,
String rootEntityName,
Map enabledFilters)
|
|
CriteriaJoinWalker(OuterJoinLoadable persister,
CriteriaQueryTranslator translator,
SessionFactoryImplementor factory,
CriteriaImpl criteria,
String rootEntityName,
Map enabledFilters,
String alias)
|
|
CriteriaLoader(OuterJoinLoadable persister,
SessionFactoryImplementor factory,
CriteriaImpl criteria,
String rootEntityName,
Map enabledFilters)
|
|
CriteriaQueryTranslator(SessionFactoryImplementor factory,
CriteriaImpl criteria,
String rootEntityName,
String rootSQLAlias)
|
|
CriteriaQueryTranslator(SessionFactoryImplementor factory,
CriteriaImpl criteria,
String rootEntityName,
String rootSQLAlias,
CriteriaQuery outerQuery)
|
Uses of SessionFactoryImplementor in org.hibernate.loader.custom |
---|
Constructors in org.hibernate.loader.custom with parameters of type SessionFactoryImplementor | |
---|---|
CustomLoader(CustomQuery customQuery,
SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.loader.custom.sql |
---|
Constructors in org.hibernate.loader.custom.sql with parameters of type SessionFactoryImplementor | |
---|---|
SQLCustomQuery(String sqlQuery,
NativeSQLQueryReturn[] queryReturns,
Collection additionalQuerySpaces,
SessionFactoryImplementor factory)
|
|
SQLQueryReturnProcessor(NativeSQLQueryReturn[] queryReturns,
SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.loader.entity |
---|
Methods in org.hibernate.loader.entity with parameters of type SessionFactoryImplementor | |
---|---|
static UniqueEntityLoader |
BatchingEntityLoader.createBatchingEntityLoader(OuterJoinLoadable persister,
int maxBatchSize,
LockMode lockMode,
SessionFactoryImplementor factory,
Map enabledFilters)
|
Uses of SessionFactoryImplementor in org.hibernate.loader.hql |
---|
Constructors in org.hibernate.loader.hql with parameters of type SessionFactoryImplementor | |
---|---|
QueryLoader(QueryTranslatorImpl queryTranslator,
SessionFactoryImplementor factory,
SelectClause selectClause)
Creates a new Loader implementation. |
Uses of SessionFactoryImplementor in org.hibernate.persister |
---|
Methods in org.hibernate.persister with parameters of type SessionFactoryImplementor | |
---|---|
static EntityPersister |
PersisterFactory.createClassPersister(PersistentClass model,
CacheConcurrencyStrategy cache,
SessionFactoryImplementor factory,
Mapping cfg)
|
static CollectionPersister |
PersisterFactory.createCollectionPersister(Configuration cfg,
Collection model,
CacheConcurrencyStrategy cache,
SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.persister.collection |
---|
Methods in org.hibernate.persister.collection that return SessionFactoryImplementor | |
---|---|
SessionFactoryImplementor |
CollectionPersister.getFactory()
|
SessionFactoryImplementor |
AbstractCollectionPersister.getFactory()
|
Constructors in org.hibernate.persister.collection with parameters of type SessionFactoryImplementor | |
---|---|
AbstractCollectionPersister(Collection collection,
CacheConcurrencyStrategy cache,
Configuration cfg,
SessionFactoryImplementor factory)
|
|
BasicCollectionPersister(Collection collection,
CacheConcurrencyStrategy cache,
Configuration cfg,
SessionFactoryImplementor factory)
|
|
OneToManyPersister(Collection collection,
CacheConcurrencyStrategy cache,
Configuration cfg,
SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.persister.entity |
---|
Methods in org.hibernate.persister.entity that return SessionFactoryImplementor | |
---|---|
SessionFactoryImplementor |
EntityPersister.getFactory()
Return the SessionFactory to which this persister "belongs". |
SessionFactoryImplementor |
AbstractEntityPersister.getFactory()
|
Methods in org.hibernate.persister.entity with parameters of type SessionFactoryImplementor | |
---|---|
EntityPersister |
EntityPersister.getSubclassEntityPersister(Object instance,
SessionFactoryImplementor factory,
EntityMode entityMode)
Get the persister for an instance of this class or a subclass |
EntityPersister |
AbstractEntityPersister.getSubclassEntityPersister(Object instance,
SessionFactoryImplementor factory,
EntityMode entityMode)
|
Constructors in org.hibernate.persister.entity with parameters of type SessionFactoryImplementor | |
---|---|
AbstractEntityPersister(PersistentClass persistentClass,
CacheConcurrencyStrategy cache,
SessionFactoryImplementor factory)
|
|
JoinedSubclassEntityPersister(PersistentClass persistentClass,
CacheConcurrencyStrategy cache,
SessionFactoryImplementor factory,
Mapping mapping)
|
|
SingleTableEntityPersister(PersistentClass persistentClass,
CacheConcurrencyStrategy cache,
SessionFactoryImplementor factory,
Mapping mapping)
|
|
UnionSubclassEntityPersister(PersistentClass persistentClass,
CacheConcurrencyStrategy cache,
SessionFactoryImplementor factory,
Mapping mapping)
|
Uses of SessionFactoryImplementor in org.hibernate.pretty |
---|
Methods in org.hibernate.pretty with parameters of type SessionFactoryImplementor | |
---|---|
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. |
Constructors in org.hibernate.pretty with parameters of type SessionFactoryImplementor | |
---|---|
Printer(SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.property |
---|
Fields in org.hibernate.property declared as SessionFactoryImplementor | |
---|---|
protected SessionFactoryImplementor |
Dom4jAccessor.Dom4jGetter.factory
|
Methods in org.hibernate.property with parameters of type SessionFactoryImplementor | |
---|---|
static PropertyAccessor |
PropertyAccessorFactory.getDom4jPropertyAccessor(String nodeName,
Type type,
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)
|
void |
IndexPropertyAccessor.IndexSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
|
void |
EmbeddedPropertyAccessor.EmbeddedSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
|
void |
Dom4jAccessor.TextSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
|
void |
Dom4jAccessor.AttributeSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
|
void |
Dom4jAccessor.ElementSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
|
void |
Dom4jAccessor.ElementAttributeSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
|
void |
DirectPropertyAccessor.DirectSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
|
void |
BasicPropertyAccessor.BasicSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
|
void |
BackrefPropertyAccessor.BackrefSetter.set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance |
Constructors in org.hibernate.property with parameters of type SessionFactoryImplementor | |
---|---|
Dom4jAccessor(String nodeName,
Type propertyType,
SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.stat |
---|
Constructors in org.hibernate.stat with parameters of type SessionFactoryImplementor | |
---|---|
StatisticsImpl(SessionFactoryImplementor sessionFactory)
|
Uses of SessionFactoryImplementor in org.hibernate.transaction |
---|
Methods in org.hibernate.transaction that return SessionFactoryImplementor | |
---|---|
SessionFactoryImplementor |
TransactionFactory.Context.getFactory()
|
Uses of SessionFactoryImplementor in org.hibernate.tuple.component |
---|
Methods in org.hibernate.tuple.component with parameters of type SessionFactoryImplementor | |
---|---|
void |
PojoComponentTuplizer.setParent(Object component,
Object parent,
SessionFactoryImplementor factory)
|
void |
ComponentTuplizer.setParent(Object component,
Object parent,
SessionFactoryImplementor factory)
Set the value of the parent property. |
void |
AbstractComponentTuplizer.setParent(Object component,
Object parent,
SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.tuple.entity |
---|
Methods in org.hibernate.tuple.entity that return SessionFactoryImplementor | |
---|---|
protected SessionFactoryImplementor |
AbstractEntityTuplizer.getFactory()
|
SessionFactoryImplementor |
EntityMetamodel.getSessionFactory()
|
Constructors in org.hibernate.tuple.entity with parameters of type SessionFactoryImplementor | |
---|---|
EntityMetamodel(PersistentClass persistentClass,
SessionFactoryImplementor sessionFactory)
|
Uses of SessionFactoryImplementor in org.hibernate.type |
---|
Methods in org.hibernate.type with parameters of type SessionFactoryImplementor | |
---|---|
Object |
Type.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
Return a deep copy of the persistent state, stopping at entities and at collections. |
Object |
MutableType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
Object |
MetaType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
Object |
ImmutableType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
Object |
EntityType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
Return a deep copy of the persistent state, stopping at entities and at collections. |
Object |
CustomType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
Object |
CompositeCustomType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
Object |
ComponentType.deepCopy(Object component,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
Object |
CollectionType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
Object |
ClobType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
Object |
BlobType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
Object |
AnyType.deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
String |
EntityType.getAssociatedEntityName(SessionFactoryImplementor factory)
The name of the associated entity. |
String |
CollectionType.getAssociatedEntityName(SessionFactoryImplementor factory)
|
String |
AssociationType.getAssociatedEntityName(SessionFactoryImplementor factory)
Get the entity name of the associated entity |
String |
AnyType.getAssociatedEntityName(SessionFactoryImplementor factory)
|
Joinable |
EntityType.getAssociatedJoinable(SessionFactoryImplementor factory)
Retrieves the Joinable defining the associated entity. |
Joinable |
CollectionType.getAssociatedJoinable(SessionFactoryImplementor factory)
|
Joinable |
AssociationType.getAssociatedJoinable(SessionFactoryImplementor factory)
Get the "persister" for this association - a class or collection persister |
Joinable |
AnyType.getAssociatedJoinable(SessionFactoryImplementor factory)
|
Type |
CollectionType.getElementType(SessionFactoryImplementor factory)
Get the Hibernate type of the collection elements |
int |
Type.getHashCode(Object x,
EntityMode entityMode,
SessionFactoryImplementor factory)
Get a hashcode, consistent with persistence "equality" |
int |
EntityType.getHashCode(Object x,
EntityMode entityMode,
SessionFactoryImplementor factory)
Get a hashcode, consistent with persistence "equality" |
int |
ComponentType.getHashCode(Object x,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
int |
AbstractType.getHashCode(Object x,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
String |
EntityType.getOnCondition(String alias,
SessionFactoryImplementor factory,
Map enabledFilters)
|
String |
CollectionType.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 |
AnyType.getOnCondition(String alias,
SessionFactoryImplementor factory,
Map enabledFilters)
|
Type |
Type.getSemiResolvedType(SessionFactoryImplementor factory)
Get the type of a semi-resolved value. |
Type |
EntityType.getSemiResolvedType(SessionFactoryImplementor factory)
|
Type |
AbstractType.getSemiResolvedType(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 |
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 |
ComponentType.isEqual(Object x,
Object y,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
boolean |
AbstractType.isEqual(Object x,
Object y,
EntityMode entityMode,
SessionFactoryImplementor factory)
|
protected String |
CustomCollectionType.renderLoggableString(Object value,
SessionFactoryImplementor factory)
|
protected String |
CollectionType.renderLoggableString(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 |
NullableType.setToXMLNode(org.dom4j.Node xml,
Object value,
SessionFactoryImplementor factory)
|
void |
MetaType.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 |
CustomType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory)
|
void |
CompositeCustomType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory)
|
void |
ComponentType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory)
|
void |
CollectionType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory)
|
void |
ClobType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory)
|
void |
BlobType.setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory)
|
void |
AnyType.setToXMLNode(org.dom4j.Node xml,
Object value,
SessionFactoryImplementor factory)
|
String |
Type.toLoggableString(Object value,
SessionFactoryImplementor factory)
A representation of the value to be embedded in a log file. |
String |
NullableType.toLoggableString(Object value,
SessionFactoryImplementor factory)
|
String |
MetaType.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 |
CustomType.toLoggableString(Object value,
SessionFactoryImplementor factory)
|
String |
CompositeCustomType.toLoggableString(Object value,
SessionFactoryImplementor factory)
|
String |
ComponentType.toLoggableString(Object value,
SessionFactoryImplementor factory)
|
String |
CollectionType.toLoggableString(Object value,
SessionFactoryImplementor factory)
|
String |
ClobType.toLoggableString(Object value,
SessionFactoryImplementor factory)
|
String |
BlobType.toLoggableString(Object value,
SessionFactoryImplementor factory)
|
String |
ArrayType.toLoggableString(Object value,
SessionFactoryImplementor factory)
|
String |
AnyType.toLoggableString(Object value,
SessionFactoryImplementor factory)
|
String |
NullableType.toXMLString(Object value,
SessionFactoryImplementor pc)
|
String |
MetaType.toXMLString(Object value,
SessionFactoryImplementor factory)
|
String |
CustomType.toXMLString(Object value,
SessionFactoryImplementor factory)
|
Uses of SessionFactoryImplementor in org.hibernate.usertype |
---|
Methods in org.hibernate.usertype with parameters of type SessionFactoryImplementor | |
---|---|
String |
LoggableUserType.toLoggableString(Object value,
SessionFactoryImplementor factory)
Generate a loggable string representation of the collection (value). |
Uses of SessionFactoryImplementor in org.hibernate.util |
---|
Methods in org.hibernate.util with parameters of type SessionFactoryImplementor | |
---|---|
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |