Uses of Class
org.hibernate.Internal
-
-
Uses of Internal in org.hibernate.boot
Methods in org.hibernate.boot with annotations of type Internal Modifier and Type Method Description MetadataBuilder
MetadataSources. 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.JAXBContext
MappingBinder. mappingJaxbContext()
-
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 void
ManagedResourcesImpl. addAnnotatedClassName(String annotatedClassName)
void
ManagedResourcesImpl. addAnnotatedClassReference(Class annotatedClassReference)
void
ManagedResourcesImpl. addAnnotatedPackageName(String annotatedPackageName)
void
ManagedResourcesImpl. addAttributeConverterDefinition(ConverterDescriptor descriptor)
void
ManagedResourcesImpl. 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 ClassLoaderServiceImpl
ClassLoaderServiceImpl. 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.ReflectionManager
BootstrapContext. 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 class
ConfigXsdSupport
Support for XSD handling related to Hibernate's `cfg.xml` and JPA's `persistence.xml`.class
MappingXsdSupport
Support 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 class
CacheKeyImplementation
Allows 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 CollectionDataAccess
CacheImplementor. getCollectionRegionAccess(NavigableRole collectionRole)
Find the cache data access strategy for the given collection.EntityDataAccess
CacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)
Find the cache data access strategy for an entity.NaturalIdDataAccess
CacheImplementor. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)
Find the cache data access strategy for the given entity's natural-id cache. -
Uses of Internal in org.hibernate.cfg.annotations
Classes in org.hibernate.cfg.annotations with annotations of type Internal Modifier and Type Class Description class
HCANNHelper
Manage the various fun-ness of dealing with HCANN... -
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 void
DriverManagerConnectionProviderImpl.PooledConnections. releasePooledConnections()
void
DriverManagerConnectionProviderImpl. 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.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 EntityManagerFactoryBuilder
Bootstrap. getEntityManagerFactoryBuilder(jakarta.persistence.spi.PersistenceUnitInfo persistenceUnitInfo, Map integration, Consumer<EntityManagerFactoryBuilderImpl.MergedSettings> mergedSettingsBaseline)
For tests onlystatic EntityManagerFactoryBuilder
Bootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration, Consumer<EntityManagerFactoryBuilderImpl.MergedSettings> mergedSettingsBaseline)
For tests only -
Uses of Internal in org.hibernate.loader.access
Classes in org.hibernate.loader.access with annotations of type Internal Modifier and Type Interface Description interface
LoadAccessContext
Context for loader-access objects. -
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.mapping
Classes in org.hibernate.mapping with annotations of type Internal Modifier and Type Class Description class
MappingHelper
-
Uses of Internal in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal with annotations of type Internal Modifier and Type Class Description class
MetadataContext
Defines a context for storing information during the building of theMappingMetamodelImpl
. -
Uses of Internal in org.hibernate.metamodel.mapping
Classes in org.hibernate.metamodel.mapping with annotations of type Internal Modifier and Type Class Description class
InDatabaseGeneratedValueResolver
GeneratedValueResolver impl for in-db generation.class
InMemoryGeneratedValueResolver
GeneratedValueResolver impl for in-memory generation -
Uses of Internal in org.hibernate.query.results
Classes in org.hibernate.query.results with annotations of type Internal Modifier and Type Class Description class
DomainResultCreationStateImpl
class
ResultSetMappingImpl
-
Uses of Internal in org.hibernate.query.sqm
Classes in org.hibernate.query.sqm with annotations of type Internal Modifier and Type Interface Description interface
SqmTreeCreationLogger
Logger 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 boolean
StandardFunctionReturnTypeResolvers. isAssignableTo(ReturnableType<?> defined, ReturnableType<?> implied)
static BasicValuedMapping
StandardFunctionReturnTypeResolvers. 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 interface
BaseSqmToSqlAstConverter.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 void
SqmExpression. 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.BeanManager
CdiBeanContainerExtendedAccessImpl. getBeanManager()
-
Uses of Internal in org.hibernate.sql
Classes in org.hibernate.sql with annotations of type Internal Modifier and Type Class Description class
Delete
An SQLDELETE
statementclass
InFragment
An SQL IN expression.class
Insert
An SQLINSERT
statementclass
SimpleSelect
An SQLSELECT
statement with no table joinsclass
Update
An SQLUPDATE
statement -
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 class
JUnitHelper
-
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 void
SchemaCreatorImpl. createFromMetadata(Metadata metadata, ExecutionOptions options, Dialect dialect, Formatter formatter, GenerationTarget... targets)
void
SchemaCreatorImpl. createFromMetadata(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionMatcher, Dialect dialect, Formatter formatter, GenerationTarget... targets)
void
SchemaCreatorImpl. doCreation(Metadata metadata, boolean manageNamespaces, GenerationTarget... targets)
Intended for use from testsvoid
SchemaCreatorImpl. doCreation(Metadata metadata, Dialect dialect, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor, GenerationTarget... targets)
void
SchemaCreatorImpl. doCreation(Metadata metadata, ServiceRegistry serviceRegistry, Map<String,Object> settings, boolean manageNamespaces, GenerationTarget... targets)
Intended for use from testsvoid
SchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, Dialect dialect, SourceDescriptor sourceDescriptor, GenerationTarget... targets)
For use from testingvoid
SchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, SourceDescriptor sourceDescriptor, GenerationTarget... targets)
For use from testing -
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 Action
SchemaManagementToolCoordinator.ActionGrouping. determineJpaDbActionSetting(Map<?,?> configurationValues, String contributor, Action defaultValue)
Exposed for testsstatic Action
SchemaManagementToolCoordinator.ActionGrouping. determineJpaScriptActionSetting(Map<?,?> configurationValues, String contributor, Action defaultValue)
Exposed for testsstatic SchemaManagementToolCoordinator.ActionGrouping
SchemaManagementToolCoordinator.ActionGrouping. interpret(Map<?,?> configurationValues)
For test use. -
Uses of Internal in org.hibernate.type
Classes in org.hibernate.type with annotations of type Internal Modifier and Type Interface Description interface
Type
Defines 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 (how do we check it for 'dirtiness', how do we copy values, etc).class
TypeHelper
Certain operations for working with arrays of property values.
-