Uses of Class
org.hibernate.Internal
-
Packages that use Internal Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionandSessionFactory.org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.jaxb.internal org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "domain model parts" to the database.org.hibernate.boot.model.internal org.hibernate.boot.model.process.internal org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.boot.registry.classloading.internal The class loading service internals.org.hibernate.boot.spi org.hibernate.boot.xsd Support for XSD handlingorg.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 a "caching backend" to be plugged in as a cache provider.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.collection.spi SPI definitions for persistent collections.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.jdbc.batch.internal Internals for JDBC batching support.org.hibernate.engine.jdbc.connections.internal Internals for accessing JDBC Connectionsorg.hibernate.engine.spi org.hibernate.envers.configuration org.hibernate.generator.internal org.hibernate.jpa.boot.internal org.hibernate.jpa.boot.spi org.hibernate.loader.ast.internal org.hibernate.loader.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context eventsorg.hibernate.pretty Contains some functions for pretty-printing things for exception and log messages.org.hibernate.query.results Support for defining result-set mappings used inNativeQueryandProcedureCall/StoredProcedureQuery.org.hibernate.query.sqm org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptorhandling.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.expression org.hibernate.resource.beans.container.internal org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.model.ast SQL AST extensions for model mutationsorg.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.tuple org.hibernate.testing.orm.junit org.hibernate.tool.schema.internal org.hibernate.tool.schema.spi org.hibernate.tuple Most contracts here have been replaced by Hibernate's mapping-model.org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types. -
Packages with annotations of type Internal Package Description org.hibernate.sql.model.ast.builder Support for buildingTableMutationreferences for persisting entity mutation eventsorg.hibernate.sql.model.internal -
-
Uses of Internal in org.hibernate
Classes in org.hibernate with annotations of type Internal Modifier and Type Class Description classFetchModeRepresents an association fetching strategy. -
Uses of Internal in org.hibernate.annotations
Methods in org.hibernate.annotations with annotations of type Internal Modifier and Type Method Description GenerationTimingGenerationTime. getEquivalent()Deprecated, for removal: This API element is subject to removal in a future version.Needed for backwards compatibility until the deprecated, legacy generation stuff can be removed -
Uses of Internal in org.hibernate.boot
Methods in org.hibernate.boot with annotations of type Internal Modifier and Type Method Description MetadataBuilderMetadataSources. getMetadataBuilder(StandardServiceRegistry serviceRegistry)Get a builder for metadata where non-default options can be specified. -
Uses of Internal in org.hibernate.boot.jaxb.internal
Methods in org.hibernate.boot.jaxb.internal with annotations of type Internal Modifier and Type Method Description jakarta.xml.bind.JAXBContextMappingBinder. mappingJaxbContext() -
Uses of Internal in org.hibernate.boot.model
Methods in org.hibernate.boot.model with annotations of type Internal Modifier and Type Method Description static IdentifierGeneratorDefinitionIdentifierGeneratorDefinition. createImplicit(String name, Class<?> idType, String generatorName, IdGeneratorStrategyInterpreter generationInterpreter, jakarta.persistence.GenerationType generationType) -
Uses of Internal in org.hibernate.boot.model.internal
Classes in org.hibernate.boot.model.internal with annotations of type Internal Modifier and Type Class Description classHCANNHelperManage the various fun-ness of dealing with HCANN... -
Uses of Internal in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal with annotations of type Internal Modifier and Type Method Description voidManagedResourcesImpl. addAnnotatedClassName(String annotatedClassName)voidManagedResourcesImpl. addAnnotatedClassReference(Class annotatedClassReference)voidManagedResourcesImpl. addAnnotatedPackageName(String annotatedPackageName)voidManagedResourcesImpl. addAttributeConverterDefinition(ConverterDescriptor descriptor)voidManagedResourcesImpl. addXmlBinding(Binding binding) -
Uses of Internal in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with annotations of type Internal Modifier and Type Method Description Map<String,Object>StandardServiceRegistryBuilder. getSettings()Obtain the current aggregated settings. -
Uses of Internal in org.hibernate.boot.registry.classloading.internal
Methods in org.hibernate.boot.registry.classloading.internal with annotations of type Internal Modifier and Type Method Description static ClassLoaderServiceImplClassLoaderServiceImpl. fromConfigSettings(Map configValues)Deprecated.No longer used/supported! -
Uses of Internal in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with annotations of type Internal Modifier and Type Method Description org.hibernate.annotations.common.reflection.ReflectionManagerBootstrapContext. getReflectionManager()Retrieve the Hibernate Commons Annotations ReflectionManager to use. -
Uses of Internal in org.hibernate.boot.xsd
Classes in org.hibernate.boot.xsd with annotations of type Internal Modifier and Type Class Description classConfigXsdSupportSupport for XSD handling related to Hibernate's `cfg.xml` and JPA's `persistence.xml`.classMappingXsdSupportSupport for XSD handling related to Hibernate's `hbm.xml` and JPA's `orm.xml`. -
Uses of Internal in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal with annotations of type Internal Modifier and Type Class Description classCacheKeyImplementationAllows multiple entity classes / collection roles to be stored in the same cache region.Constructors in org.hibernate.cache.internal with annotations of type Internal Constructor Description CacheKeyImplementation(Object id, Type type, String entityOrRoleName, String tenantId, SessionFactoryImplementor factory)Construct a new key for a collection or entity instance. -
Uses of Internal in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi with annotations of type Internal Modifier and Type Method Description CollectionDataAccessCacheImplementor. getCollectionRegionAccess(NavigableRole collectionRole)Find the cache data access strategy for the given collection.EntityDataAccessCacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)Find the cache data access strategy for an entity.NaturalIdDataAccessCacheImplementor. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)Find the cache data access strategy for the given entity's natural-id cache. -
Uses of Internal in org.hibernate.cfg
Classes in org.hibernate.cfg with annotations of type Internal Modifier and Type Class Description classEnvironmentProvides access to configuration properties passed inPropertiesobjects. -
Uses of Internal in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with annotations of type Internal Modifier and Type Method Description booleanPersistentBag. queuedRemove(Object element)booleanPersistentList. queuedRemove(Object element)EPersistentMap. queuedRemove(Object key)booleanPersistentSet. queuedRemove(Object element) -
Uses of Internal in org.hibernate.dialect
Classes in org.hibernate.dialect with annotations of type Internal Modifier and Type Class Description classJsonHelperA Helper for serializing and deserializing JSON, based on anEmbeddableMappingType.classStructHelperA Helper for serializing and deserializing struct, based on anEmbeddableMappingType.classXmlHelperA Helper for serializing and deserializing XML, based on anEmbeddableMappingType. -
Uses of Internal in org.hibernate.engine.jdbc.batch.internal
Methods in org.hibernate.engine.jdbc.batch.internal with annotations of type Internal Modifier and Type Method Description BatchImplBatchBuilderImpl. buildBatch(BatchKey batchKey, Integer sizeOverride, String table, SessionImplementor session, String sql)Intended for use from tests -
Uses of Internal in org.hibernate.engine.jdbc.connections.internal
Methods in org.hibernate.engine.jdbc.connections.internal with annotations of type Internal Modifier and Type Method Description voidDriverManagerConnectionProviderImpl.PooledConnections. releasePooledConnections()voidDriverManagerConnectionProviderImpl. releasePooledConnections() -
Uses of Internal in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with annotations of type Internal Modifier and Type Method Description Map<PersistentCollection<?>,CollectionEntry>PersistenceContext. getCollectionEntries()Doubly internalMap<EntityKey,Object>PersistenceContext. getEntitiesByKey()Doubly internal -
Uses of Internal in org.hibernate.envers.configuration
Fields in org.hibernate.envers.configuration with annotations of type Internal Modifier and Type Field Description static StringEnversSettings. REVISION_SEQUENCE_NOCACHEWhether to apply a nocache configuration for the revision sequence. -
Uses of Internal in org.hibernate.generator.internal
Classes in org.hibernate.generator.internal with annotations of type Internal Modifier and Type Class Description classSourceGenerationDeprecated.because bothSourceandhbm.xmlare deprecated, though this implementation is instructive -
Uses of Internal in org.hibernate.jpa.boot.internal
Constructors in org.hibernate.jpa.boot.internal with annotations of type Internal Constructor Description EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnitDescriptor, Map<String,Object> integration, Consumer<EntityManagerFactoryBuilderImpl.MergedSettings> mergedSettingsBaseline)For tests only -
Uses of Internal in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi with annotations of type Internal Modifier and Type Method Description static EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(jakarta.persistence.spi.PersistenceUnitInfo persistenceUnitInfo, Map integration, Consumer<EntityManagerFactoryBuilderImpl.MergedSettings> mergedSettingsBaseline)For tests onlystatic EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration, Consumer<EntityManagerFactoryBuilderImpl.MergedSettings> mergedSettingsBaseline)For tests only -
Uses of Internal in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with annotations of type Internal Modifier and Type Method Description SingleIdLoadPlan<T>SingleIdEntityLoaderStandardImpl. resolveLoadPlan(LockOptions lockOptions, LoadQueryInfluencers loadQueryInfluencers, SessionFactoryImplementor sessionFactory) -
Uses of Internal in org.hibernate.loader.internal
Classes in org.hibernate.loader.internal with annotations of type Internal Modifier and Type Interface Description interfaceLoadAccessContextContext for loader-access objects. -
Uses of Internal in org.hibernate.mapping
Classes in org.hibernate.mapping with annotations of type Internal Modifier and Type Interface Description interfaceGeneratorCreatorinterfaceIdentifierGeneratorCreatorclassMappingHelperMethods in org.hibernate.mapping with annotations of type Internal Modifier and Type Method Description ColumnTable. getColumn(InFlightMetadataCollector collector, String logicalName)IdentifierGeneratorCreatorSimpleValue. getCustomIdGeneratorCreator()int[]UserDefinedType. getOrderMapping()int[]PrimaryKey. getOriginalOrder()String[]Component. getPropertyNames()GeneratorCreatorProperty. getValueGeneratorCreator()voidDenormalizedTable. reorderColumns(List<Column> columns)voidPrimaryKey. reorderColumns(List<Column> reorderedColumns)voidTable. reorderColumns(List<Column> columns)voidUserDefinedType. reorderColumns(List<Column> columns)voidSimpleValue. setCustomIdGeneratorCreator(IdentifierGeneratorCreator customIdGeneratorCreator)voidProperty. setValueGeneratorCreator(GeneratorCreator generator)static TimeZoneStorageStrategyBasicValue. timeZoneStorageStrategy(TimeZoneStorageType timeZoneStorageType, MetadataBuildingContext buildingContext) -
Uses of Internal in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal with annotations of type Internal Modifier and Type Class Description classMetadataContextDefines a context for storing information during the building of theMappingMetamodelImpl. -
Uses of Internal in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with annotations of type Internal Modifier and Type Method Description EntityPersisterEntityMappingType. getEntityPersister()Safety-net. -
Uses of Internal in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with annotations of type Internal Modifier and Type Method Description booleanEntityCollectionPart. finishInitialization(CollectionPersister collectionDescriptor, Collection bootValueMapping, String fkTargetModelPartName, MappingModelCreationProcess creationProcess)Perform any delayed initialization. -
Uses of Internal in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity with annotations of type Internal Modifier and Type Class Description classDiscriminatorHelperOperations needed by persisters for working with discriminators.Methods in org.hibernate.persister.entity with annotations of type Internal Modifier and Type Method Description DeleteCoordinatorAbstractEntityPersister. getDeleteCoordinator()InsertCoordinatorAbstractEntityPersister. getInsertCoordinator()UpdateCoordinatorAbstractEntityPersister. getUpdateCoordinator()booleanAbstractEntityPersister. hasLazyDirtyFields(int[] dirtyFields) -
Uses of Internal in org.hibernate.persister.entity.mutation
Classes in org.hibernate.persister.entity.mutation with annotations of type Internal Modifier and Type Class Description classAbstractMutationCoordinatorBase support for coordinating mutations against an entityclassInsertCoordinatorCoordinates the insertion of an entity.interfaceUpdateCoordinatorCoordinates the updating of an entity. -
Uses of Internal in org.hibernate.pretty
Classes in org.hibernate.pretty with annotations of type Internal Modifier and Type Class Description classMessageHelperMessageHelper methods for rendering log messages relating to managed entities and collections typically used in log statements and exception messages. -
Uses of Internal in org.hibernate.query.results
Classes in org.hibernate.query.results with annotations of type Internal Modifier and Type Class Description classDomainResultCreationStateImplclassResultSetMappingImpl -
Uses of Internal in org.hibernate.query.sqm
Classes in org.hibernate.query.sqm with annotations of type Internal Modifier and Type Interface Description interfaceSqmTreeCreationLoggerLogger used to log information about the creation of an SQM tree. -
Uses of Internal in org.hibernate.query.sqm.produce.function
Methods in org.hibernate.query.sqm.produce.function with annotations of type Internal Modifier and Type Method Description static booleanStandardFunctionReturnTypeResolvers. isAssignableTo(ReturnableType<?> defined, ReturnableType<?> implied)static BasicValuedMappingStandardFunctionReturnTypeResolvers. useImpliedTypeIfPossible(BasicValuedMapping defined, BasicValuedMapping implied) -
Uses of Internal in org.hibernate.query.sqm.sql
Classes in org.hibernate.query.sqm.sql with annotations of type Internal Modifier and Type Interface Description static interfaceBaseSqmToSqlAstConverter.SqmAliasedNodeCollector -
Uses of Internal in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression with annotations of type Internal Modifier and Type Method Description voidSqmExpression. applyInferableType(SqmExpressible<?> type)Used to apply type information based on the expression's usage within the query. -
Uses of Internal in org.hibernate.resource.beans.container.internal
Methods in org.hibernate.resource.beans.container.internal with annotations of type Internal Modifier and Type Method Description jakarta.enterprise.inject.spi.BeanManagerCdiBeanContainerExtendedAccessImpl. getBeanManager() -
Uses of Internal in org.hibernate.sql
Classes in org.hibernate.sql with annotations of type Internal Modifier and Type Class Description classDeleteAn SQLDELETEstatementclassInFragmentAn SQL IN expression.classInsertAn SQLINSERTstatementclassSimpleSelectAn SQLSELECTstatement with no table joinsclassUpdateAn SQLUPDATEstatement -
Uses of Internal in org.hibernate.sql.model.ast
Classes in org.hibernate.sql.model.ast with annotations of type Internal Modifier and Type Class Description classColumnValueParameterListAn array list forColumnValueParameterthat implementsSelectableConsumerto add new parameters. -
Uses of Internal in org.hibernate.sql.results.graph.basic
Methods in org.hibernate.sql.results.graph.basic with annotations of type Internal Modifier and Type Method Description DomainResultAssembler<T>BasicResult. getAssembler()For testing purposes onlyBasicValueConverter<J,?>BasicResultAssembler. getValueConverter()Exposed for testing purposes -
Uses of Internal in org.hibernate.sql.results.graph.tuple
Methods in org.hibernate.sql.results.graph.tuple with annotations of type Internal Modifier and Type Method Description DomainResultAssembler<T>TupleResult. getAssembler()For testing purposes only -
Uses of Internal in org.hibernate.testing.orm.junit
Classes in org.hibernate.testing.orm.junit with annotations of type Internal Modifier and Type Class Description classJUnitHelper -
Uses of Internal in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with annotations of type Internal Modifier and Type Method Description voidSchemaCreatorImpl. createFromMetadata(Metadata metadata, ExecutionOptions options, Dialect dialect, Formatter formatter, GenerationTarget... targets)voidSchemaCreatorImpl. createFromMetadata(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionMatcher, Dialect dialect, Formatter formatter, GenerationTarget... targets)voidSchemaCreatorImpl. doCreation(Metadata metadata, boolean manageNamespaces, GenerationTarget... targets)Intended for use from testsvoidSchemaCreatorImpl. doCreation(Metadata metadata, Dialect dialect, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor, GenerationTarget... targets)voidSchemaCreatorImpl. doCreation(Metadata metadata, ServiceRegistry serviceRegistry, Map<String,Object> settings, boolean manageNamespaces, GenerationTarget... targets)Intended for use from testsvoidSchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, Dialect dialect, SourceDescriptor sourceDescriptor, GenerationTarget... targets)For use from testingvoidSchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, ContributableMatcher inclusionFilter, Dialect dialect, SourceDescriptor sourceDescriptor, GenerationTarget... targets)For use from testingstatic List<String>StandardTableMigrator. sqlAlterStrings(Table table, Dialect dialect, Metadata metadata, TableInformation tableInformation, SqlStringGenerationContext context) -
Uses of Internal in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with annotations of type Internal Modifier and Type Method Description static ActionSchemaManagementToolCoordinator.ActionGrouping. determineJpaDbActionSetting(Map<?,?> configurationValues, String contributor, Action defaultValue)Exposed for testsstatic ActionSchemaManagementToolCoordinator.ActionGrouping. determineJpaScriptActionSetting(Map<?,?> configurationValues, String contributor, Action defaultValue)Exposed for testsstatic SchemaManagementToolCoordinator.ActionGroupingSchemaManagementToolCoordinator.ActionGrouping. interpret(Map<?,?> configurationValues)For test use. -
Uses of Internal in org.hibernate.tuple
Classes in org.hibernate.tuple with annotations of type Internal Modifier and Type Class Description classCreationTimestampGenerationDeprecated.classUpdateTimestampGenerationDeprecated.classVmValueGenerationDeprecated.sinceGeneratorTypeis deprecated -
Uses of Internal in org.hibernate.type
Classes in org.hibernate.type with annotations of type Internal Modifier and Type Interface Description interfaceTypeDefines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given Java type, including: how to compare values and check for "dirtiness", how to clone values, and how to assemble/disassemble values for storage in the second-level cache.classTypeHelperCertain operations for working with arrays of property values.Fields in org.hibernate.type with annotations of type Internal Modifier and Type Field Description static intSqlTypes. MATERIALIZED_BLOBThe constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL typeMATERIALIZED_BLOB.static intSqlTypes. MATERIALIZED_CLOBThe constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL typeMATERIALIZED_CLOB.static intSqlTypes. MATERIALIZED_NCLOBThe constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL typeMATERIALIZED_NCLOB.Methods in org.hibernate.type with annotations of type Internal Modifier and Type Method Description static booleanSqlTypes. isSmallOrTinyInt(int typeCode)
-