Uses of Class
org.hibernate.Internal
-
Packages that use Internal Package Description org.hibernate.boot.xsd Support for XSD handling, specifically for ORM mappings (Hibernate's `hbm.xml` and JPA's `orm.xml`) and config files (Hibernate's `cfg.xml` and JPA's `persistence.xml`)org.hibernate.cfg.annotations org.hibernate.jpa.boot.spi org.hibernate.loader.access org.hibernate.mapping org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.query.results Support for defining result-set mappings used inNativeQueryandProcedureCall/StoredProcedureQuery.org.hibernate.query.sqm org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.tuple org.hibernate.tool.schema.spi -
-
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.cfg.annotations
Classes in org.hibernate.cfg.annotations 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.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi with annotations of type Internal Modifier and Type Method Description static EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitInfo persistenceUnitInfo, Map integration, Consumer<org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MergedSettings> mergedSettingsBaseline)For tests onlystatic EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration, Consumer<org.hibernate.jpa.boot.internal.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 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 Class Description classMappingHelper -
Uses of Internal in org.hibernate.metamodel.mapping
Classes in org.hibernate.metamodel.mapping with annotations of type Internal Modifier and Type Class Description classInDatabaseGeneratedValueResolverGeneratedValueResolver impl for in-db generation.classInMemoryGeneratedValueResolverGeneratedValueResolver 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 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.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.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.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.
-