接口的使用
org.hibernate.engine.spi.SessionFactoryImplementor
-
使用SessionFactoryImplementor的程序包 程序包 说明 org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.internal.javassist Javassist support internalsorg.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.cache.cfg.spi org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.org.hibernate.cache.spi.access Defines contracts for transactional and concurrent access to cachedentityandcollectiondata.org.hibernate.cache.spi.entry This package defines formats for disassembled state kept in the second level cache.org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider.org.hibernate.cfg.beanvalidation org.hibernate.context.internal Internal implementations and support around "current session" handling.org.hibernate.context.spi SPI level contracts around "current session" support.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.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.query.internal org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.event.service.internal org.hibernate.graph.internal org.hibernate.graph.internal.parse org.hibernate.graph.spi org.hibernate.hql.internal org.hibernate.hql.internal.ast An ANTLR-based parser for Hibernate Query Language.org.hibernate.hql.internal.ast.tree org.hibernate.hql.internal.ast.util org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed.org.hibernate.hql.spi org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.cte org.hibernate.hql.spi.id.global org.hibernate.hql.spi.id.inline org.hibernate.hql.spi.id.local org.hibernate.hql.spi.id.persistent Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.org.hibernate.integrator.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.internal.util Internal utility classes.org.hibernate.jpa org.hibernate.jpa.event.internal Internal details of implementing support for JPA callbacksorg.hibernate.jpa.internal Defines Hibernate implementation of Java Persistence specification.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 initializersorg.hibernate.loader.collection.plan org.hibernate.loader.criteria This package defines the criteria query compiler and loaderorg.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQLorg.hibernate.loader.custom.sql org.hibernate.loader.entity This package defines entity loadersorg.hibernate.loader.entity.plan org.hibernate.loader.hql This package defines a loader for the AST-based query parserorg.hibernate.loader.plan.build.internal Contains the internal implementations used for building a metamodel-driven LoadPlan.org.hibernate.loader.plan.build.internal.spaces Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlanorg.hibernate.loader.plan.exec.internal Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.org.hibernate.metamodel.internal org.hibernate.metamodel.model.domain.internal org.hibernate.metamodel.model.domain.spi org.hibernate.metamodel.spi 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.persister.spi org.hibernate.persister.walking.internal org.hibernate.persister.walking.spi org.hibernate.pretty Classes for pretty printing things for exception and log messages.org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.property.access.internal org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite.org.hibernate.query.internal org.hibernate.query.spi org.hibernate.resource.jdbc.spi org.hibernate.secure.spi org.hibernate.service.internal org.hibernate.service.spi org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ordering.antlr org.hibernate.stat.internal org.hibernate.stat.spi org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.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.type.spi org.hibernate.usertype Interfaces for user-defined custom types. -
-
org.hibernate.boot.internal中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 voidInFlightMetadataCollectorImpl. initSessionFactory(SessionFactoryImplementor sessionFactory)voidMetadataImpl. initSessionFactory(SessionFactoryImplementor sessionFactory) -
org.hibernate.boot.spi中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 voidAbstractDelegatingMetadata. initSessionFactory(SessionFactoryImplementor sessionFactory)voidMetadataImplementor. initSessionFactory(SessionFactoryImplementor sessionFactoryImplementor) -
org.hibernate.bytecode.internal.bytebuddy中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.bytecode.internal.bytebuddy中的方法 修饰符和类型 方法 说明 ProxyFactoryProxyFactoryFactoryImpl. buildProxyFactory(SessionFactoryImplementor sessionFactory) -
org.hibernate.bytecode.internal.javassist中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.bytecode.internal.javassist中的方法 修饰符和类型 方法 说明 ProxyFactoryProxyFactoryFactoryImpl. buildProxyFactory(SessionFactoryImplementor sessionFactory)Builds a Javassist-based proxy factory. -
org.hibernate.bytecode.spi中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.bytecode.spi中的方法 修饰符和类型 方法 说明 ProxyFactoryProxyFactoryFactory. buildProxyFactory(SessionFactoryImplementor sessionFactory)Build a proxy factory specifically for handling runtime lazy loading. -
org.hibernate.cache.cfg.spi中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.cache.cfg.spi中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorDomainDataRegionBuildingContext. getSessionFactory()Access to the SessionFactory for which a Region is being built. -
org.hibernate.cache.internal中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.cache.internal中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorDisabledCaching. getSessionFactory()SessionFactoryImplementorEnabledCaching. getSessionFactory()参数类型为SessionFactoryImplementor的org.hibernate.cache.internal中的构造器 构造器 说明 DisabledCaching(SessionFactoryImplementor sessionFactory)EnabledCaching(SessionFactoryImplementor sessionFactory) -
org.hibernate.cache.spi中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorCacheImplementor. getSessionFactory()参数类型为SessionFactoryImplementor的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 QueryResultsRegionRegionFactory. buildQueryResultsRegion(String regionName, SessionFactoryImplementor sessionFactory)TimestampsRegionRegionFactory. buildTimestampsRegion(String regionName, SessionFactoryImplementor sessionFactory)ObjectCacheKeysFactory. createCollectionKey(Object id, CollectionPersister persister, SessionFactoryImplementor factory, String tenantIdentifier)ObjectCacheKeysFactory. createEntityKey(Object id, EntityPersister persister, SessionFactoryImplementor factory, String tenantIdentifier) -
org.hibernate.cache.spi.access中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.cache.spi.access中的方法 修饰符和类型 方法 说明 ObjectCollectionDataAccess. generateCacheKey(Object id, CollectionPersister collectionDescriptor, SessionFactoryImplementor factory, String tenantIdentifier)To create instances of CollectionCacheKey for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.ObjectEntityDataAccess. generateCacheKey(Object id, EntityPersister rootEntityDescriptor, SessionFactoryImplementor factory, String tenantIdentifier)To create instances of keys for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys. -
org.hibernate.cache.spi.entry中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.cache.spi.entry中的方法 修饰符和类型 方法 说明 ObjectCacheEntryStructure. destructure(Object structured, SessionFactoryImplementor factory)Convert the previous structured form of the item back into its item form.ObjectStructuredCacheEntry. destructure(Object structured, SessionFactoryImplementor factory)ObjectStructuredCollectionCacheEntry. destructure(Object structured, SessionFactoryImplementor factory)ObjectStructuredMapCacheEntry. destructure(Object structured, SessionFactoryImplementor factory)ObjectUnstructuredCacheEntry. destructure(Object structured, SessionFactoryImplementor factory) -
org.hibernate.cache.spi.support中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.cache.spi.support中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorAbstractDomainDataRegion. getSessionFactory() -
org.hibernate.cfg.beanvalidation中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.cfg.beanvalidation中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorActivationContext. getSessionFactory()Access the SessionFactory being built to trigger this BV activation参数类型为SessionFactoryImplementor的org.hibernate.cfg.beanvalidation中的方法 修饰符和类型 方法 说明 voidBeanValidationIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)voidBeanValidationIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)参数类型为SessionFactoryImplementor的org.hibernate.cfg.beanvalidation中的构造器 构造器 说明 HibernateTraversableResolver(EntityPersister persister, ConcurrentHashMap<EntityPersister,Set<String>> associationsPerEntityPersister, SessionFactoryImplementor factory) -
org.hibernate.context.internal中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.context.internal中的方法 修饰符和类型 方法 说明 protected SessionFactoryImplementorThreadLocalSessionContext. getFactory()Getter for property 'factory'.参数类型为SessionFactoryImplementor的org.hibernate.context.internal中的构造器 构造器 说明 JTASessionContext(SessionFactoryImplementor factory)Constructs a JTASessionContextManagedSessionContext(SessionFactoryImplementor factory)Constructs a new ManagedSessionContextThreadLocalSessionContext(SessionFactoryImplementor factory)Constructs a ThreadLocal -
org.hibernate.context.spi中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.context.spi中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorAbstractCurrentSessionContext. factory()Access to the SessionFactory参数类型为SessionFactoryImplementor的org.hibernate.context.spi中的构造器 构造器 说明 AbstractCurrentSessionContext(SessionFactoryImplementor factory) -
org.hibernate.criterion中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.criterion中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorCriteriaQuery. getFactory()Provides access to the SessionFactory参数类型为SessionFactoryImplementor的org.hibernate.criterion中的方法 修饰符和类型 方法 说明 protected QueryableCollectionAbstractEmptinessExpression. getQueryableCollection(String entityName, String propertyName, SessionFactoryImplementor factory) -
org.hibernate.dialect.function中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.dialect.function中的方法 修饰符和类型 方法 说明 protected intStandardAnsiSqlAggregationFunctions.AvgFunction. determineJdbcTypeCode(Type firstArgumentType, SessionFactoryImplementor factory)StringAbstractAnsiTrimEmulationFunction. render(Type argumentType, List args, SessionFactoryImplementor factory)protected StringAnsiTrimFunction. render(TrimFunctionTemplate.Options options, String trimSource, SessionFactoryImplementor factory)StringCastFunction. render(Type columnType, List args, SessionFactoryImplementor factory)StringCharIndexFunction. render(Type columnType, List args, SessionFactoryImplementor factory)StringConditionalParenthesisFunction. render(Type firstArgumentType, List arguments, SessionFactoryImplementor sessionFactory)StringConvertFunction. render(Type firstArgumentType, List args, SessionFactoryImplementor factory)StringDerbyConcatFunction. render(Type argumentType, List args, SessionFactoryImplementor factory)Render the function call as SQL fragment.StringNoArgSQLFunction. render(Type argumentType, List args, SessionFactoryImplementor factory)StringNvlFunction. render(Type argumentType, List args, SessionFactoryImplementor factory)StringPositionSubstringFunction. render(Type firstArgumentType, List args, SessionFactoryImplementor factory)StringSQLFunction. render(Type firstArgumentType, List arguments, SessionFactoryImplementor factory)Render the function call as SQL fragment.StringSQLFunctionTemplate. render(Type argumentType, List args, SessionFactoryImplementor factory)protected StringStandardAnsiSqlAggregationFunctions.AvgFunction. render(int firstArgumentJdbcType, String argument, SessionFactoryImplementor factory)StringStandardAnsiSqlAggregationFunctions.AvgFunction. render(Type firstArgumentType, List arguments, SessionFactoryImplementor factory)StringStandardAnsiSqlAggregationFunctions.CountFunction. render(Type firstArgumentType, List arguments, SessionFactoryImplementor factory)StringStandardJDBCEscapeFunction. render(Type argumentType, List args, SessionFactoryImplementor factory)StringStandardSQLFunction. render(Type firstArgumentType, List arguments, SessionFactoryImplementor sessionFactory)StringStaticPrecisionFspTimestampFunction. render(Type argumentType, List args, SessionFactoryImplementor factory)StringTemplateRenderer. render(List args, SessionFactoryImplementor factory)The rendering code.protected abstract StringTrimFunctionTemplate. render(TrimFunctionTemplate.Options options, String trimSource, SessionFactoryImplementor factory)StringTrimFunctionTemplate. render(Type firstArgument, List args, SessionFactoryImplementor factory)StringVarArgsSQLFunction. render(Type firstArgumentType, List arguments, SessionFactoryImplementor factory) -
org.hibernate.engine.internal中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 static String[]JoinHelper. getRHSColumnNames(AssociationType type, SessionFactoryImplementor factory)Get the columns of the associated table which are to be used in the join参数类型为SessionFactoryImplementor的org.hibernate.engine.internal中的构造器 构造器 说明 AbstractEntityEntry(SessionFactoryImplementor factory, String entityName, Serializable id, Status status, Status previousStatus, Object[] loadedState, Object[] deletedState, Object version, LockMode lockMode, boolean existsInDatabase, boolean isBeingReplicated, PersistenceContext persistenceContext)This for is used during custom deserialization handlingJoinSequence(SessionFactoryImplementor factory)Constructs a JoinSequence -
org.hibernate.engine.jdbc.internal中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.engine.jdbc.internal中的方法 修饰符和类型 方法 说明 protected SessionFactoryImplementorJdbcCoordinatorImpl. sessionFactory() -
org.hibernate.engine.query.internal中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.engine.query.internal中的方法 修饰符和类型 方法 说明 NativeSQLQueryPlanNativeQueryInterpreterStandardImpl. createQueryPlan(NativeSQLQuerySpecification specification, SessionFactoryImplementor sessionFactory)参数类型为SessionFactoryImplementor的org.hibernate.engine.query.internal中的构造器 构造器 说明 NativeQueryInterpreterStandardImpl(SessionFactoryImplementor sessionFactory) -
org.hibernate.engine.query.spi中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.engine.query.spi中的方法 修饰符和类型 方法 说明 default CustomLoaderNativeQueryInterpreter. createCustomLoader(CustomQuery customQuery, SessionFactoryImplementor sessionFactory)已过时。This method will be removed in 6.NativeSQLQueryPlanNativeQueryInterpreter. createQueryPlan(NativeSQLQuerySpecification specification, SessionFactoryImplementor sessionFactory)Creates a new query plan for the specified native query.NativeQueryInterpreterNativeQueryInterpreterInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)static ParamLocationRecognizerParamLocationRecognizer. parseLocations(String query, SessionFactoryImplementor sessionFactory)Convenience method for creating a param location recognizer and initiating the parse.参数类型为SessionFactoryImplementor的org.hibernate.engine.query.spi中的构造器 构造器 说明 FilterQueryPlan(String hql, String collectionRole, boolean shallow, Map enabledFilters, SessionFactoryImplementor factory)Constructs a query plan for an HQL filterHQLQueryPlan(String hql, boolean shallow, Map<String,Filter> enabledFilters, SessionFactoryImplementor factory)Constructs a HQLQueryPlanHQLQueryPlan(String hql, boolean shallow, Map<String,Filter> enabledFilters, SessionFactoryImplementor factory, EntityGraphQueryHint entityGraphQueryHint)HQLQueryPlan(String hql, String collectionRole, boolean shallow, Map<String,Filter> enabledFilters, SessionFactoryImplementor factory, EntityGraphQueryHint entityGraphQueryHint)QueryPlanCache(SessionFactoryImplementor factory)Constructs the QueryPlanCache to be used by the given SessionFactory -
org.hibernate.engine.spi中SessionFactoryImplementor的使用
类型参数类型为SessionFactoryImplementor的org.hibernate.engine.spi中的类 修饰符和类型 接口 说明 static interfaceSessionFactoryImplementor.DeserializationResolver<T extends SessionFactoryImplementor>Contract for resolving this SessionFactory on deserialization实现SessionFactoryImplementor的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classSessionFactoryDelegatingImplBase delegating implementation of the SessionFactory and SessionFactoryImplementor contracts for intended for easier implementation of SessionFactory.返回SessionFactoryImplementor的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 protected SessionFactoryImplementorSessionFactoryDelegatingImpl. delegate()SessionFactoryImplementorSessionDelegatorBaseImpl. getFactory()SessionFactoryImplementorSharedSessionContractImplementor. getFactory()Get the creating SessionFactoryImplementorSessionFactoryImplementorCacheImplementor. getSessionFactory()已过时。SessionFactoryImplementorLoadQueryInfluencers. getSessionFactory()SessionFactoryImplementorSessionDelegatorBaseImpl. getSessionFactory()SessionFactoryImplementorSessionImplementor. getSessionFactory()参数类型为SessionFactoryImplementor的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 static EntityKeyEntityKey. deserialize(ObjectInputStream ois, SessionFactoryImplementor sessionFactory)Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.intEntityUniqueKey. generateHashCode(SessionFactoryImplementor factory)CacheImplementorCacheInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)voidQueryParameters. processFilters(String sql, Map filters, SessionFactoryImplementor factory)voidQueryParameters. traceParameters(SessionFactoryImplementor factory)参数类型为SessionFactoryImplementor的org.hibernate.engine.spi中的构造器 构造器 说明 CollectionEntry(PersistentCollection collection, SessionFactoryImplementor factory)For initialized detached collectionsEntityUniqueKey(String entityName, String uniqueKeyName, Object semiResolvedKey, Type keyType, EntityMode entityMode, SessionFactoryImplementor factory)LoadQueryInfluencers(SessionFactoryImplementor sessionFactory)LoadQueryInfluencers(SessionFactoryImplementor sessionFactory, Boolean readOnly)SessionFactoryDelegatingImpl(SessionFactoryImplementor delegate) -
org.hibernate.event.service.internal中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.event.service.internal中的方法 修饰符和类型 方法 说明 EventListenerRegistryEventListenerServiceInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry) -
org.hibernate.graph.internal中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.graph.internal中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorAbstractGraph. sessionFactory()protected SessionFactoryImplementorAbstractGraphNode. sessionFactory()参数类型为SessionFactoryImplementor的org.hibernate.graph.internal中的构造器 构造器 说明 AbstractGraph(ManagedTypeDescriptor<J> managedType, boolean mutable, SessionFactoryImplementor sessionFactory)AbstractGraphNode(boolean mutable, SessionFactoryImplementor sessionFactory)AttributeNodeImpl(boolean mutable, PersistentAttributeDescriptor<X,J> attribute, SessionFactoryImplementor sessionFactory)RootGraphImpl(String name, EntityTypeDescriptor<J> entityType, boolean mutable, SessionFactoryImplementor sessionFactory)RootGraphImpl(String name, EntityTypeDescriptor<J> entityType, SessionFactoryImplementor sessionFactory)SubGraphImpl(ManagedTypeDescriptor<J> managedType, boolean mutable, SessionFactoryImplementor sessionFactory) -
org.hibernate.graph.internal.parse中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.graph.internal.parse中的方法 修饰符和类型 方法 说明 SubGraphImplementor<?>SubGraphGenerator. createSubGraph(AttributeNodeImplementor<?> attributeNode, String subTypeName, SessionFactoryImplementor sessionFactory)static voidGraphParser. parseInto(GraphImplementor<?> targetGraph, CharSequence graphString, SessionFactoryImplementor sessionFactory)Parse the passed graph textual representation into the passed Graph. -
org.hibernate.graph.spi中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.graph.spi中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorGraphImplementor. sessionFactory() -
org.hibernate.hql.internal中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.hql.internal中的方法 修饰符和类型 方法 说明 static String[]QuerySplitter. concreteQueries(String query, SessionFactoryImplementor factory)Handle Hibernate "implicit" polymorphism, by translating the query string into several "concrete" queries against mapped classes.static String[][]NameGenerator. generateColumnNames(Type[] types, SessionFactoryImplementor f)static StringQuerySplitter. getImportedClass(String name, SessionFactoryImplementor factory) -
org.hibernate.hql.internal.ast中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.hql.internal.ast中的方法 修饰符和类型 方法 说明 FilterTranslatorASTQueryTranslatorFactory. createFilterTranslator(String queryIdentifier, String queryString, Map filters, SessionFactoryImplementor factory)QueryTranslatorASTQueryTranslatorFactory. createQueryTranslator(String queryIdentifier, String queryString, Map filters, SessionFactoryImplementor factory, EntityGraphQueryHint entityGraphQueryHint)参数类型为SessionFactoryImplementor的org.hibernate.hql.internal.ast中的构造器 构造器 说明 HqlSqlWalker(QueryTranslatorImpl qti, SessionFactoryImplementor sfi, HqlParser parser, Map tokenReplacements, String collectionRole)Create a new tree transformer.JavaConstantConverter(SessionFactoryImplementor factory)QueryTranslatorImpl(String queryIdentifier, String query, Map enabledFilters, SessionFactoryImplementor factory)Creates a new AST-based query translator.QueryTranslatorImpl(String queryIdentifier, String query, Map enabledFilters, SessionFactoryImplementor factory, EntityGraphQueryHint entityGraphQueryHint)SqlGenerator(SessionFactoryImplementor sfi) -
org.hibernate.hql.internal.ast.tree中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.hql.internal.ast.tree中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorMapEntryNode. sfi()参数类型为SessionFactoryImplementor的org.hibernate.hql.internal.ast.tree中的方法 修饰符和类型 方法 说明 StringBooleanLiteralNode. getRenderText(SessionFactoryImplementor sessionFactory)StringJavaConstantNode. getRenderText(SessionFactoryImplementor sessionFactory)StringNode. getRenderText(SessionFactoryImplementor sessionFactory)Retrieve the text to be used for rendering this particular node.StringNullNode. getRenderText(SessionFactoryImplementor sessionFactory)StringParameterNode. getRenderText(SessionFactoryImplementor sessionFactory)StringResultVariableRefNode. getRenderText(SessionFactoryImplementor sessionFactory)voidJavaConstantNode. setSessionFactory(SessionFactoryImplementor factory)voidSessionFactoryAwareNode. setSessionFactory(SessionFactoryImplementor sessionFactory) -
org.hibernate.hql.internal.ast.util中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.hql.internal.ast.util中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorSessionFactoryHelper. getFactory()Get a handle to the encapsulated SessionFactory.参数类型为SessionFactoryImplementor的org.hibernate.hql.internal.ast.util中的方法 修饰符和类型 方法 说明 static QueryableSessionFactoryHelper. findQueryableUsingImports(SessionFactoryImplementor sfi, String className)Given a (potentially unqualified) class name, locate its persister.参数类型为SessionFactoryImplementor的org.hibernate.hql.internal.ast.util中的构造器 构造器 说明 SessionFactoryHelper(SessionFactoryImplementor sfi)Construct a new SessionFactoryHelper instance. -
org.hibernate.hql.internal.classic中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.hql.internal.classic中的方法 修饰符和类型 方法 说明 FilterTranslatorClassicQueryTranslatorFactory. createFilterTranslator(String queryIdentifier, String queryString, Map filters, SessionFactoryImplementor factory)QueryTranslatorClassicQueryTranslatorFactory. createQueryTranslator(String queryIdentifier, String queryString, Map filters, SessionFactoryImplementor factory, EntityGraphQueryHint entityGraphQueryHint)参数类型为SessionFactoryImplementor的org.hibernate.hql.internal.classic中的构造器 构造器 说明 QueryTranslatorImpl(String queryIdentifier, String queryString, Map enabledFilters, SessionFactoryImplementor factory)Construct a query translatorQueryTranslatorImpl(String queryString, Map enabledFilters, SessionFactoryImplementor factory)Construct a query translator; this form used internally. -
org.hibernate.hql.spi中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.hql.spi中的方法 修饰符和类型 方法 说明 FilterTranslatorQueryTranslatorFactory. createFilterTranslator(String queryIdentifier, String queryString, Map filters, SessionFactoryImplementor factory)Construct aFilterTranslatorinstance capable of translating an HQL filter string.QueryTranslatorQueryTranslatorFactory. createQueryTranslator(String queryIdentifier, String queryString, Map filters, SessionFactoryImplementor factory, EntityGraphQueryHint entityGraphQueryHint)Construct aQueryTranslatorinstance capable of translating an HQL query string. -
org.hibernate.hql.spi.id中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.hql.spi.id中的方法 修饰符和类型 方法 说明 protected SessionFactoryImplementorAbstractTableBasedBulkIdHandler. factory()参数类型为SessionFactoryImplementor的org.hibernate.hql.spi.id中的方法 修饰符和类型 方法 说明 MultiTableBulkIdStrategy.DeleteHandlerMultiTableBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)Build a handler capable of handling the bulk delete indicated by the given walker.MultiTableBulkIdStrategy.UpdateHandlerMultiTableBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)Build a handler capable of handling the bulk update indicated by the given walker.参数类型为SessionFactoryImplementor的org.hibernate.hql.spi.id中的构造器 构造器 说明 AbstractIdsBulkIdHandler(SessionFactoryImplementor sessionFactory, HqlSqlWalker walker)AbstractTableBasedBulkIdHandler(SessionFactoryImplementor sessionFactory, HqlSqlWalker walker)TableBasedDeleteHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker, IdTableInfo idTableInfo)TableBasedUpdateHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker, IdTableInfo idTableInfo) -
org.hibernate.hql.spi.id.cte中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.hql.spi.id.cte中的方法 修饰符和类型 方法 说明 MultiTableBulkIdStrategy.DeleteHandlerCteValuesListBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerCteValuesListBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)参数类型为SessionFactoryImplementor的org.hibernate.hql.spi.id.cte中的构造器 构造器 说明 AbstractCteValuesListBulkIdHandler(SessionFactoryImplementor sessionFactory, HqlSqlWalker walker, String catalog, String schema)CteValuesListDeleteHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker)CteValuesListDeleteHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker, String catalog, String schema)CteValuesListUpdateHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker)CteValuesListUpdateHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker, String catalog, String schema) -
org.hibernate.hql.spi.id.global中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.hql.spi.id.global中的方法 修饰符和类型 方法 说明 MultiTableBulkIdStrategy.DeleteHandlerGlobalTemporaryTableBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerGlobalTemporaryTableBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, HqlSqlWalker walker) -
org.hibernate.hql.spi.id.inline中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.hql.spi.id.inline中的方法 修饰符和类型 方法 说明 MultiTableBulkIdStrategy.DeleteHandlerInlineIdsInClauseBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)MultiTableBulkIdStrategy.DeleteHandlerInlineIdsOrClauseBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)MultiTableBulkIdStrategy.DeleteHandlerInlineIdsSubSelectValueListBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerInlineIdsInClauseBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerInlineIdsOrClauseBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerInlineIdsSubSelectValueListBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)参数类型为SessionFactoryImplementor的org.hibernate.hql.spi.id.inline中的构造器 构造器 说明 AbstractInlineIdsBulkIdHandler(SessionFactoryImplementor sessionFactory, HqlSqlWalker walker)AbstractInlineIdsDeleteHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker)AbstractInlineIdsUpdateHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker)InlineIdsIdsInClauseDeleteHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker)InlineIdsIdsOrClauseDeleteHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker)InlineIdsInClauseUpdateHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker)InlineIdsOrClauseUpdateHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker)InlineIdsSubSelectValuesListDeleteHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker)InlineIdsSubSelectValuesListUpdateHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker) -
org.hibernate.hql.spi.id.local中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.hql.spi.id.local中的方法 修饰符和类型 方法 说明 MultiTableBulkIdStrategy.DeleteHandlerLocalTemporaryTableBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerLocalTemporaryTableBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, HqlSqlWalker walker) -
org.hibernate.hql.spi.id.persistent中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.hql.spi.id.persistent中的方法 修饰符和类型 方法 说明 MultiTableBulkIdStrategy.DeleteHandlerPersistentTableBulkIdStrategy. buildDeleteHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)MultiTableBulkIdStrategy.UpdateHandlerPersistentTableBulkIdStrategy. buildUpdateHandler(SessionFactoryImplementor factory, HqlSqlWalker walker)参数类型为SessionFactoryImplementor的org.hibernate.hql.spi.id.persistent中的构造器 构造器 说明 DeleteHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker, IdTableInfo idTableInfo)UpdateHandlerImpl(SessionFactoryImplementor factory, HqlSqlWalker walker, IdTableInfo idTableInfo) -
org.hibernate.integrator.spi中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.integrator.spi中的方法 修饰符和类型 方法 说明 voidIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)Tongue-in-cheek name for a shutdown callback.voidIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)Perform integration. -
org.hibernate.internal中SessionFactoryImplementor的使用
实现SessionFactoryImplementor的org.hibernate.internal中的类 修饰符和类型 类 说明 classSessionFactoryImplConcrete implementation of the SessionFactory interface.返回SessionFactoryImplementor的org.hibernate.internal中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorSessionImpl. getEntityManagerFactory()SessionFactoryImplementorAbstractSharedSessionContract. getFactory()SessionFactoryImplementorJdbcSessionContextImpl. getSessionFactory()SessionFactoryImplementorSessionImpl. getSessionFactory()参数类型为SessionFactoryImplementor的org.hibernate.internal中的方法 修饰符和类型 方法 说明 Map<String,String>FilterConfiguration. getAliasTableMap(SessionFactoryImplementor factory)voidCoreMessageLogger. scopingTypesToSessionFactoryAfterAlreadyScoped(SessionFactoryImplementor factory, SessionFactoryImplementor factory2)参数类型为SessionFactoryImplementor的org.hibernate.internal中的构造器 构造器 说明 ConnectionObserverStatsBridge(SessionFactoryImplementor sessionFactory)CoordinatingEntityNameResolver(SessionFactoryImplementor sessionFactory, Interceptor interceptor)FilterHelper(List<FilterConfiguration> filters, SessionFactoryImplementor factory)The map of defined filters. -
org.hibernate.internal.util中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.internal.util中的方法 修饰符和类型 方法 说明 static ObjectReflectHelper. getConstantValue(String name, SessionFactoryImplementor factory)参数类型为SessionFactoryImplementor的org.hibernate.internal.util中的构造器 构造器 说明 EntityPrinter(SessionFactoryImplementor factory) -
org.hibernate.jpa中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.jpa中的方法 修饰符和类型 方法 说明 default SessionFactoryImplementorHibernateEntityManagerFactory. getSessionFactory()已过时。The expectation is that SessionFactory implementors also implement EntityManagerFactory; so this call really should just returnthis -
org.hibernate.jpa.event.internal中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.jpa.event.internal中的方法 修饰符和类型 方法 说明 static CallbackBuilderCallbacksFactory. buildCallbackBuilder(SessionFactoryImplementor sessionFactory, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)static CallbackRegistryImplementorCallbacksFactory. buildCallbackRegistry(SessionFactoryImplementor sessionFactory) -
org.hibernate.jpa.internal中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.jpa.internal中的构造器 构造器 说明 PersistenceUnitUtilImpl(SessionFactoryImplementor sessionFactory) -
org.hibernate.loader中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.loader中的方法 修饰符和类型 方法 说明 protected SessionFactoryImplementorJoinWalker. getFactory()SessionFactoryImplementorLoader. getFactory()参数类型为SessionFactoryImplementor的org.hibernate.loader中的方法 修饰符和类型 方法 说明 static OuterJoinableAssociationOuterJoinableAssociation. createRoot(AssociationType joinableType, String alias, SessionFactoryImplementor factory)protected StringLoader. preprocessSQL(String sql, QueryParameters parameters, SessionFactoryImplementor sessionFactory, List<AfterLoadAction> afterLoadActions)Modify the SQL, adding lock hints and comments, if necessary参数类型为SessionFactoryImplementor的org.hibernate.loader中的构造器 构造器 说明 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, JoinType joinType, String withClause, boolean hasRestriction, SessionFactoryImplementor factory, Map enabledFilters)OuterJoinLoader(SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers) -
org.hibernate.loader.collection中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.loader.collection中的方法 修饰符和类型 方法 说明 protected CollectionInitializerBatchingCollectionInitializerBuilder. buildNonBatchingLoader(QueryableCollection persister, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)CollectionInitializerBatchingCollectionInitializerBuilder. createBatchingCollectionInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)Builds a batch-fetch capable CollectionInitializer for basic and many-to-many collections (collections with a dedicated collection table).CollectionInitializerBatchingCollectionInitializerBuilder. createBatchingOneToManyInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)Builds a batch-fetch capable CollectionInitializer for one-to-many collections (collections without a dedicated collection table).protected abstract CollectionInitializerBatchingCollectionInitializerBuilder. createRealBatchingCollectionInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected CollectionInitializerDynamicBatchingCollectionInitializerBuilder. createRealBatchingCollectionInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected CollectionInitializerLegacyBatchingCollectionInitializerBuilder. createRealBatchingCollectionInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)CollectionInitializerPaddedBatchingCollectionInitializerBuilder. createRealBatchingCollectionInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)protected abstract CollectionInitializerBatchingCollectionInitializerBuilder. createRealBatchingOneToManyInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected CollectionInitializerDynamicBatchingCollectionInitializerBuilder. createRealBatchingOneToManyInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected CollectionInitializerLegacyBatchingCollectionInitializerBuilder. createRealBatchingOneToManyInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)CollectionInitializerPaddedBatchingCollectionInitializerBuilder. createRealBatchingOneToManyInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)static BatchingCollectionInitializerBuilderBatchingCollectionInitializerBuilder. getBuilder(SessionFactoryImplementor factory) -
org.hibernate.loader.collection.plan中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.loader.collection.plan中的方法 修饰符和类型 方法 说明 protected CollectionInitializerAbstractBatchingCollectionInitializerBuilder. buildNonBatchingLoader(QueryableCollection persister, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)CollectionInitializerLegacyBatchingCollectionInitializerBuilder. createRealBatchingCollectionInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)CollectionInitializerLegacyBatchingCollectionInitializerBuilder. createRealBatchingOneToManyInitializer(QueryableCollection persister, int maxBatchSize, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers) -
org.hibernate.loader.criteria中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.loader.criteria中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorCriteriaQueryTranslator. getFactory()参数类型为SessionFactoryImplementor的org.hibernate.loader.criteria中的构造器 构造器 说明 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) -
org.hibernate.loader.custom中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.loader.custom中的构造器 构造器 说明 CustomLoader(CustomQuery customQuery, SessionFactoryImplementor factory) -
org.hibernate.loader.custom.sql中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.loader.custom.sql中的构造器 构造器 说明 ParameterSubstitutionRecognizer(SessionFactoryImplementor factory)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) -
org.hibernate.loader.entity中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.loader.entity中的方法 修饰符和类型 方法 说明 protected abstract UniqueEntityLoaderBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected abstract UniqueEntityLoaderBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderDynamicBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderDynamicBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderLegacyBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderLegacyBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)UniqueEntityLoaderBatchingEntityLoaderBuilder. buildLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)Builds a batch-fetch capable loader based on the given persister, lock-mode, etc.UniqueEntityLoaderBatchingEntityLoaderBuilder. buildLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)Builds a batch-fetch capable loader based on the given persister, lock-options, etc.protected UniqueEntityLoaderBatchingEntityLoaderBuilder. buildNonBatchingLoader(OuterJoinLoadable persister, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderBatchingEntityLoaderBuilder. buildNonBatchingLoader(OuterJoinLoadable persister, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)static BatchingEntityLoaderBuilderBatchingEntityLoaderBuilder. getBuilder(SessionFactoryImplementor factory) -
org.hibernate.loader.entity.plan中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.loader.entity.plan中的方法 修饰符和类型 方法 说明 protected UniqueEntityLoaderLegacyBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderLegacyBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderAbstractBatchingEntityLoaderBuilder. buildNonBatchingLoader(OuterJoinLoadable persister, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderAbstractBatchingEntityLoaderBuilder. buildNonBatchingLoader(OuterJoinLoadable persister, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers) -
org.hibernate.loader.hql中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.loader.hql中的构造器 构造器 说明 QueryLoader(QueryTranslatorImpl queryTranslator, SessionFactoryImplementor factory, SelectClause selectClause)Creates a new Loader implementation. -
org.hibernate.loader.plan.build.internal中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.loader.plan.build.internal中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorAbstractLoadPlanBuildingAssociationVisitationStrategy. getSessionFactory()protected SessionFactoryImplementorAbstractLoadPlanBuildingAssociationVisitationStrategy. sessionFactory()Gets the session factory. -
org.hibernate.loader.plan.build.internal.spaces中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.loader.plan.build.internal.spaces中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorQuerySpacesImpl. getSessionFactory()protected SessionFactoryImplementorAbstractQuerySpace. sessionFactory()protected SessionFactoryImplementorEntityQuerySpaceImpl. sessionFactory()参数类型为SessionFactoryImplementor的org.hibernate.loader.plan.build.internal.spaces中的方法 修饰符和类型 方法 说明 JoinDefinedByMetadataJoinHelper. createCollectionJoin(QuerySpace leftHandSide, String lhsPropertyName, CollectionQuerySpace rightHandSide, boolean rightHandSideRequired, CollectionType joinedPropertyType, SessionFactoryImplementor sessionFactory)JoinDefinedByMetadataJoinHelper. createEntityJoin(QuerySpace leftHandSide, String lhsPropertyName, EntityQuerySpace rightHandSide, boolean rightHandSideRequired, EntityType joinedPropertyType, SessionFactoryImplementor sessionFactory)参数类型为SessionFactoryImplementor的org.hibernate.loader.plan.build.internal.spaces中的构造器 构造器 说明 QuerySpacesImpl(SessionFactoryImplementor sessionFactory) -
org.hibernate.loader.plan.build.spi中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.loader.plan.build.spi中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorExpandingQuerySpaces. getSessionFactory()Gets the session factory.SessionFactoryImplementorLoadPlanBuildingContext. getSessionFactory()Access to the SessionFactory -
org.hibernate.loader.plan.exec.internal中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.loader.plan.exec.internal中的方法 修饰符和类型 方法 说明 protected SessionFactoryImplementorAbstractLoadPlanBasedLoader. getFactory()protected SessionFactoryImplementorAbstractLoadQueryDetails. getSessionFactory()SessionFactoryImplementorLoadQueryJoinAndFetchProcessor. getSessionFactory()protected SessionFactoryImplementorAliasResolutionContextImpl. sessionFactory()参数类型为SessionFactoryImplementor的org.hibernate.loader.plan.exec.internal中的方法 修饰符和类型 方法 说明 EntityLoadQueryDetailsBatchingLoadQueryDetailsFactory. makeEntityLoadQueryDetails(LoadPlan loadPlan, String[] keyColumnNames, QueryBuildingParameters buildingParameters, SessionFactoryImplementor factory)Returns an EntityLoadQueryDetails object from the given inputs. -
org.hibernate.metamodel.internal中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.metamodel.internal中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorMetamodelImpl. getSessionFactory()参数类型为SessionFactoryImplementor的org.hibernate.metamodel.internal中的构造器 构造器 说明 MetamodelImpl(SessionFactoryImplementor sessionFactory, TypeConfiguration typeConfiguration) -
org.hibernate.metamodel.model.domain.internal中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.metamodel.model.domain.internal中的方法 修饰符和类型 方法 说明 protected SessionFactoryImplementorAbstractManagedType. sessionFactory()参数类型为SessionFactoryImplementor的org.hibernate.metamodel.model.domain.internal中的构造器 构造器 说明 AbstractIdentifiableType(Class<J> javaType, String typeName, IdentifiableTypeDescriptor<? super J> superType, boolean hasIdClass, boolean hasIdentifierProperty, boolean versioned, SessionFactoryImplementor sessionFactory)AbstractManagedType(Class<J> javaType, String typeName, ManagedTypeDescriptor<? super J> superType, SessionFactoryImplementor sessionFactory)EmbeddableTypeImpl(Class<J> javaType, ManagedTypeDescriptor<?> parent, ComponentType hibernateType, SessionFactoryImplementor sessionFactory)EntityTypeImpl(Class javaType, IdentifiableTypeDescriptor<? super J> superType, PersistentClass persistentClass, SessionFactoryImplementor sessionFactory)MappedSuperclassTypeImpl(Class<X> javaType, MappedSuperclass mappedSuperclass, IdentifiableTypeDescriptor<? super X> superType, SessionFactoryImplementor sessionFactory) -
org.hibernate.metamodel.model.domain.spi中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.metamodel.model.domain.spi中的方法 修饰符和类型 方法 说明 static EntityPersisterDomainModelHelper. resolveEntityPersister(EntityTypeDescriptor<?> entityType, SessionFactoryImplementor sessionFactory)static <S> ManagedTypeDescriptor<S>DomainModelHelper. resolveSubType(ManagedTypeDescriptor<? super S> baseType, Class<S> subTypeClass, SessionFactoryImplementor sessionFactory)static <T,S extends T>
ManagedTypeDescriptor<S>DomainModelHelper. resolveSubType(ManagedTypeDescriptor<T> baseType, String subTypeName, SessionFactoryImplementor sessionFactory) -
org.hibernate.metamodel.spi中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.metamodel.spi中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorMetamodelImplementor. getSessionFactory() -
org.hibernate.persister.collection中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.persister.collection中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorAbstractCollectionPersister. getFactory()SessionFactoryImplementorCollectionPersister. getFactory() -
org.hibernate.persister.entity中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorAbstractEntityPersister. getFactory()SessionFactoryImplementorEntityPersister. getFactory()Return the SessionFactory to which this persister "belongs".参数类型为SessionFactoryImplementor的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 ObjectDiscriminatorType. deepCopy(Object value, SessionFactoryImplementor factory)EntityPersisterAbstractEntityPersister. getSubclassEntityPersister(Object instance, SessionFactoryImplementor factory)EntityPersisterEntityPersister. getSubclassEntityPersister(Object instance, SessionFactoryImplementor factory)A request has already identified the entity-name of this persister as the mapping for the given instance.protected static StringAbstractEntityPersister. getTemplateFromString(String string, SessionFactoryImplementor factory)StringDiscriminatorType. toLoggableString(Object value, SessionFactoryImplementor factory) -
org.hibernate.persister.spi中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.persister.spi中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorPersisterCreationContext. getSessionFactory() -
org.hibernate.persister.walking.internal中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.persister.walking.internal中的方法 修饰符和类型 方法 说明 static FetchStyleFetchStrategyHelper. determineFetchStyleByMetadata(FetchMode mappingFetchMode, AssociationType type, SessionFactoryImplementor sessionFactory)static FetchTimingFetchStrategyHelper. determineFetchTiming(FetchStyle style, AssociationType type, SessionFactoryImplementor sessionFactory) -
org.hibernate.persister.walking.spi中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.persister.walking.spi中的构造器 构造器 说明 MetamodelGraphWalker(AssociationVisitationStrategy strategy, SessionFactoryImplementor factory) -
org.hibernate.pretty中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.pretty中的方法 修饰符和类型 方法 说明 static StringMessageHelper. collectionInfoString(CollectionPersister persister, Serializable[] ids, SessionFactoryImplementor factory)Generate an info message string relating to a series of managed collections.static StringMessageHelper. collectionInfoString(CollectionPersister persister, Serializable id, SessionFactoryImplementor factory)Generate an info message string relating to a particular managed collection.static StringMessageHelper. infoString(EntityPersister persister, Serializable[] ids, SessionFactoryImplementor factory)Generate an info message string relating to a series of entities.static StringMessageHelper. infoString(EntityPersister persister, Object id, SessionFactoryImplementor factory)Generate an info message string relating to a particular entity.static StringMessageHelper. infoString(EntityPersister persister, Object id, Type identifierType, SessionFactoryImplementor factory)Generate an info message string relating to a particular entity,. -
org.hibernate.procedure.internal中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.procedure.internal中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorUtil.ResultClassesResolutionContext. getSessionFactory()Access to the SessionFactorySessionFactoryImplementorUtil.ResultSetMappingResolutionContext. getSessionFactory()Access to the SessionFactory -
org.hibernate.property.access.internal中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.property.access.internal中的方法 修饰符和类型 方法 说明 voidPropertyAccessMapImpl.SetterImpl. set(Object target, Object value, SessionFactoryImplementor factory) -
org.hibernate.property.access.spi中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.property.access.spi中的方法 修饰符和类型 方法 说明 voidEnhancedSetterImpl. set(Object target, Object value, SessionFactoryImplementor factory)voidSetter. set(Object target, Object value, SessionFactoryImplementor factory)Set the property value from the given instancevoidSetterFieldImpl. set(Object target, Object value, SessionFactoryImplementor factory)voidSetterMethodImpl. set(Object target, Object value, SessionFactoryImplementor factory) -
org.hibernate.query.internal中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.query.internal中的方法 修饰符和类型 方法 说明 static QueryParameterBindingsImplQueryParameterBindingsImpl. from(ParameterMetadata parameterMetadata, SessionFactoryImplementor sessionFactory, boolean queryParametersValidationEnabled) -
org.hibernate.query.spi中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.query.spi中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorQueryProducerImplementor. getFactory() -
org.hibernate.resource.jdbc.spi中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.resource.jdbc.spi中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorJdbcSessionContext. getSessionFactory()Retrieve the session factory for this environment. -
org.hibernate.secure.spi中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.secure.spi中的方法 修饰符和类型 方法 说明 voidJaccIntegrator. disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)voidJaccIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry) -
org.hibernate.service.internal中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.service.internal中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorSessionFactoryServiceRegistryImpl. getSessionFactory()参数类型为SessionFactoryImplementor的org.hibernate.service.internal中的方法 修饰符和类型 方法 说明 SessionFactoryServiceRegistrySessionFactoryServiceRegistryFactoryImpl. buildServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options)SessionFactoryServiceRegistrySessionFactoryServiceRegistryBuilderImpl. buildSessionFactoryServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions options)参数类型为SessionFactoryImplementor的org.hibernate.service.internal中的构造器 构造器 说明 SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent, List<SessionFactoryServiceInitiator> initiators, List<ProvidedService> providedServices, SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions) -
org.hibernate.service.spi中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.service.spi中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorSessionFactoryServiceInitiatorContext. getSessionFactory()参数类型为SessionFactoryImplementor的org.hibernate.service.spi中的方法 修饰符和类型 方法 说明 SessionFactoryServiceRegistrySessionFactoryServiceRegistryFactory. buildServiceRegistry(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions)Create the registry.RSessionFactoryServiceInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry) -
org.hibernate.sql中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.sql中的方法 修饰符和类型 方法 说明 static StringTemplate. renderOrderByStringTemplate(String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)static OrderByTranslationTemplate. translateOrderBy(String orderByFragment, ColumnMapper columnMapper, SessionFactoryImplementor sessionFactory, Dialect dialect, SQLFunctionRegistry functionRegistry)Performs order-by template rendering allowingcolumn mapping. -
org.hibernate.sql.ordering.antlr中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.sql.ordering.antlr中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorTranslationContext. getSessionFactory()Retrieves the session factory for this context.参数类型为SessionFactoryImplementor的org.hibernate.sql.ordering.antlr中的构造器 构造器 说明 OrderByFragmentRenderer(SessionFactoryImplementor sessionFactory) -
org.hibernate.stat.internal中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.stat.internal中的方法 修饰符和类型 方法 说明 StatisticsImplementorStatisticsInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)参数类型为SessionFactoryImplementor的org.hibernate.stat.internal中的构造器 构造器 说明 StatisticsImpl(SessionFactoryImplementor sessionFactory) -
org.hibernate.stat.spi中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.stat.spi中的方法 修饰符和类型 方法 说明 StatisticsImplementorStatisticsFactory. buildStatistics(SessionFactoryImplementor sessionFactory) -
org.hibernate.tuple中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.tuple中的方法 修饰符和类型 方法 说明 protected SessionFactoryImplementorAbstractNonIdentifierAttribute. sessionFactory()参数类型为SessionFactoryImplementor的org.hibernate.tuple中的方法 修饰符和类型 方法 说明 static NonIdentifierAttributePropertyFactory. buildEntityBasedAttribute(EntityPersister persister, SessionFactoryImplementor sessionFactory, int attributeNumber, Property property, boolean lazyAvailable)Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entitystatic VersionPropertyPropertyFactory. buildVersionProperty(EntityPersister persister, SessionFactoryImplementor sessionFactory, int attributeNumber, Property property, boolean lazyAvailable)Generates a VersionProperty representation for an entity mapping given its version mapping Property.参数类型为SessionFactoryImplementor的org.hibernate.tuple中的构造器 构造器 说明 AbstractNonIdentifierAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation) -
org.hibernate.tuple.component中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.tuple.component中的方法 修饰符和类型 方法 说明 voidAbstractComponentTuplizer. setParent(Object component, Object parent, SessionFactoryImplementor factory)voidComponentTuplizer. setParent(Object component, Object parent, SessionFactoryImplementor factory)Set the value of the parent property.voidPojoComponentTuplizer. setParent(Object component, Object parent, SessionFactoryImplementor factory) -
org.hibernate.tuple.entity中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 protected SessionFactoryImplementorAbstractEntityTuplizer. getFactory()SessionFactoryImplementorEntityMetamodel. getSessionFactory()参数类型为SessionFactoryImplementor的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 static org.hibernate.tuple.entity.EntityMetamodel.InDatabaseValueGenerationStrategyImplEntityMetamodel. create(SessionFactoryImplementor sessionFactoryImplementor, Property mappingProperty, ValueGeneration valueGeneration)StringDynamicMapEntityTuplizer. determineConcreteSubclassEntityName(Object entityInstance, SessionFactoryImplementor factory)StringEntityTuplizer. determineConcreteSubclassEntityName(Object entityInstance, SessionFactoryImplementor factory)Given an entity instance, determine the most appropriate (most targeted) entity-name which represents it.StringPojoEntityTuplizer. determineConcreteSubclassEntityName(Object entityInstance, SessionFactoryImplementor factory) -
org.hibernate.type中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.type中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorTypeFactory. resolveSessionFactory()已过时。参数类型为SessionFactoryImplementor的org.hibernate.type中的方法 修饰符和类型 方法 说明 ObjectAbstractStandardBasicType. deepCopy(Object value, SessionFactoryImplementor factory)ObjectAnyType. deepCopy(Object value, SessionFactoryImplementor factory)ObjectCollectionType. deepCopy(Object value, SessionFactoryImplementor factory)ObjectComponentType. deepCopy(Object component, SessionFactoryImplementor factory)ObjectCompositeCustomType. deepCopy(Object value, SessionFactoryImplementor factory)ObjectCustomType. deepCopy(Object value, SessionFactoryImplementor factory)ObjectEntityType. deepCopy(Object value, SessionFactoryImplementor factory)ObjectMetaType. deepCopy(Object value, SessionFactoryImplementor factory)ObjectType. deepCopy(Object value, SessionFactoryImplementor factory)Return a deep copy of the persistent state, stopping at entities and at collections.StringAnyType. getAssociatedEntityName(SessionFactoryImplementor factory)StringAssociationType. getAssociatedEntityName(SessionFactoryImplementor factory)Get the entity name of the associated entityStringCollectionType. getAssociatedEntityName(SessionFactoryImplementor factory)StringEntityType. getAssociatedEntityName(SessionFactoryImplementor factory)The name of the associated entity.protected EntityPersisterEntityType. getAssociatedEntityPersister(SessionFactoryImplementor factory)JoinableAnyType. getAssociatedJoinable(SessionFactoryImplementor factory)JoinableAssociationType. getAssociatedJoinable(SessionFactoryImplementor factory)Get the "persister" for this association - a class or collection persisterJoinableCollectionType. getAssociatedJoinable(SessionFactoryImplementor factory)JoinableEntityType. getAssociatedJoinable(SessionFactoryImplementor factory)Retrieves theJoinabledefining the associated entity.TypeCollectionType. getElementType(SessionFactoryImplementor factory)Get the Hibernate type of the collection elementsintAbstractStandardBasicType. getHashCode(Object x, SessionFactoryImplementor factory)intAbstractType. getHashCode(Object x, SessionFactoryImplementor factory)intComponentType. getHashCode(Object x, SessionFactoryImplementor factory)intEntityType. getHashCode(Object x, SessionFactoryImplementor factory)intType. getHashCode(Object x, SessionFactoryImplementor factory)Get a hash code, consistent with persistence "equality".StringAnyType. getOnCondition(String alias, SessionFactoryImplementor factory, Map enabledFilters)StringAnyType. getOnCondition(String alias, SessionFactoryImplementor factory, Map enabledFilters, Set<String> treatAsDeclarations)StringAssociationType. 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 conditionStringAssociationType. getOnCondition(String alias, SessionFactoryImplementor factory, Map enabledFilters, Set<String> treatAsDeclarations)Get the "filtering" SQL fragment that is applied in the SQL on clause, in addition to the usual join conditionStringCollectionType. getOnCondition(String alias, SessionFactoryImplementor factory, Map enabledFilters)StringCollectionType. getOnCondition(String alias, SessionFactoryImplementor factory, Map enabledFilters, Set<String> treatAsDeclarations)StringEntityType. getOnCondition(String alias, SessionFactoryImplementor factory, Map enabledFilters)StringEntityType. getOnCondition(String alias, SessionFactoryImplementor factory, Map enabledFilters, Set<String> treatAsDeclarations)TypeAbstractStandardBasicType. getSemiResolvedType(SessionFactoryImplementor factory)TypeAbstractType. getSemiResolvedType(SessionFactoryImplementor factory)TypeEntityType. getSemiResolvedType(SessionFactoryImplementor factory)TypeType. getSemiResolvedType(SessionFactoryImplementor factory)As part of 2-phase loading, when we perform resolving what is the resolved type for this type?booleanAbstractStandardBasicType. isEqual(Object x, Object y, SessionFactoryImplementor factory)booleanAbstractType. isEqual(Object x, Object y, SessionFactoryImplementor factory)booleanComponentType. isEqual(Object x, Object y, SessionFactoryImplementor factory)booleanEntityType. isEqual(Object x, Object y, SessionFactoryImplementor factory)booleanType. isEqual(Object x, Object y, SessionFactoryImplementor factory)Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state).protected StringCollectionType. renderLoggableString(Object value, SessionFactoryImplementor factory)protected StringCustomCollectionType. renderLoggableString(Object value, SessionFactoryImplementor factory)StringAbstractStandardBasicType. toLoggableString(Object value, SessionFactoryImplementor factory)StringAnyType. toLoggableString(Object value, SessionFactoryImplementor factory)StringArrayType. toLoggableString(Object value, SessionFactoryImplementor factory)StringCollectionType. toLoggableString(Object value, SessionFactoryImplementor factory)StringComponentType. toLoggableString(Object value, SessionFactoryImplementor factory)StringCompositeCustomType. toLoggableString(Object value, SessionFactoryImplementor factory)StringCustomType. toLoggableString(Object value, SessionFactoryImplementor factory)StringEntityType. toLoggableString(Object value, SessionFactoryImplementor factory)Generate a loggable representation of an instance of the value mapped by this type.StringEnumType. toLoggableString(Object value, SessionFactoryImplementor factory)StringMetaType. toLoggableString(Object value, SessionFactoryImplementor factory)StringType. toLoggableString(Object value, SessionFactoryImplementor factory)Generate a representation of the value for logging purposes.StringCustomType. toXMLString(Object value, SessionFactoryImplementor factory)StringMetaType. toXMLString(Object value, SessionFactoryImplementor factory) -
org.hibernate.type.spi中SessionFactoryImplementor的使用
返回SessionFactoryImplementor的org.hibernate.type.spi中的方法 修饰符和类型 方法 说明 SessionFactoryImplementorTypeConfiguration. getSessionFactory()Obtain the SessionFactory currently scoping the TypeConfiguration.参数类型为SessionFactoryImplementor的org.hibernate.type.spi中的方法 修饰符和类型 方法 说明 MetamodelImplementorTypeConfiguration. scope(SessionFactoryImplementor sessionFactory) -
org.hibernate.usertype中SessionFactoryImplementor的使用
参数类型为SessionFactoryImplementor的org.hibernate.usertype中的方法 修饰符和类型 方法 说明 StringLoggableUserType. toLoggableString(Object value, SessionFactoryImplementor factory)Generate a loggable string representation of the collection (value).
-