Uses of Interface
org.hibernate.boot.Metadata
-
Packages that use Metadata Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.cfg org.hibernate.cfg.beanvalidation org.hibernate.dialect.unique Support for Dialect-specific unique constraint definitionorg.hibernate.integrator.spi org.hibernate.mapping org.hibernate.secure.spi org.hibernate.tool.hbm2ddl org.hibernate.tool.schema.spi -
-
Uses of Metadata in org.hibernate.boot
Methods in org.hibernate.boot that return Metadata Modifier and Type Method Description MetadataMetadataBuilder. build()Actually build the metamodelMetadataMetadataSources. buildMetadata()Short-hand form of callingMetadataSources.getMetadataBuilder()and using itsMetadataBuilder.build()method in cases where the application wants to accept the defaults.MetadataMetadataSources. buildMetadata(StandardServiceRegistry serviceRegistry) -
Uses of Metadata in org.hibernate.boot.spi
Subinterfaces of Metadata in org.hibernate.boot.spi Modifier and Type Interface Description interfaceInFlightMetadataCollectorAn in-flight representation of Metadata while Metadata is being built.interfaceMetadataImplementorThe SPI-level Metadata contract.Classes in org.hibernate.boot.spi that implement Metadata Modifier and Type Class Description classAbstractDelegatingMetadataConvenience base class for custom implementors ofMetadataImplementorusing delegation.Methods in org.hibernate.boot.spi that return Metadata Modifier and Type Method Description MetadataAbstractDelegatingMetadataBuilderImplementor. build() -
Uses of Metadata in org.hibernate.cfg
Constructors in org.hibernate.cfg with parameters of type Metadata Constructor Description Settings(SessionFactoryOptions sessionFactoryOptions, Metadata metadata)Deprecated. -
Uses of Metadata in org.hibernate.cfg.beanvalidation
Methods in org.hibernate.cfg.beanvalidation that return Metadata Modifier and Type Method Description MetadataActivationContext. getMetadata()Access the mapping metadataMethods in org.hibernate.cfg.beanvalidation with parameters of type Metadata Modifier and Type Method Description voidBeanValidationIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry) -
Uses of Metadata in org.hibernate.dialect.unique
Methods in org.hibernate.dialect.unique with parameters of type Metadata Modifier and Type Method Description java.lang.StringDB2UniqueDelegate. getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata, SqlStringGenerationContext context)java.lang.StringDefaultUniqueDelegate. getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata, SqlStringGenerationContext context)java.lang.StringInformixUniqueDelegate. getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata, SqlStringGenerationContext context)default java.lang.StringUniqueDelegate. getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata)Deprecated.default java.lang.StringUniqueDelegate. getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata, SqlStringGenerationContext context)Get the SQL ALTER TABLE command to be used to create the given UniqueKey.java.lang.StringDB2UniqueDelegate. getAlterTableToDropUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata, SqlStringGenerationContext context)java.lang.StringDefaultUniqueDelegate. getAlterTableToDropUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata, SqlStringGenerationContext context)default java.lang.StringUniqueDelegate. getAlterTableToDropUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata)Deprecated.default java.lang.StringUniqueDelegate. getAlterTableToDropUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata, SqlStringGenerationContext context)Get the SQL ALTER TABLE command to be used to drop the given UniqueKey. -
Uses of Metadata in org.hibernate.integrator.spi
Methods in org.hibernate.integrator.spi with parameters of type Metadata Modifier and Type Method Description voidIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)Perform integration. -
Uses of Metadata in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type Metadata Modifier and Type Method Description static java.lang.StringIndex. buildSqlCreateIndexString(SqlStringGenerationContext context, java.lang.String name, Table table, java.util.Iterator<Column> columns, java.util.Map<Column,java.lang.String> columnOrderMap, boolean unique, Metadata metadata)java.util.Iterator<java.lang.String>Table. sqlAlterStrings(Dialect dialect, Metadata metadata, TableInformation tableInfo, SqlStringGenerationContext sqlStringGenerationContext) -
Uses of Metadata in org.hibernate.secure.spi
Methods in org.hibernate.secure.spi with parameters of type Metadata Modifier and Type Method Description voidJaccIntegrator. integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)Deprecated. -
Uses of Metadata in org.hibernate.tool.hbm2ddl
Methods in org.hibernate.tool.hbm2ddl with parameters of type Metadata Modifier and Type Method Description voidSchemaExport. create(java.util.EnumSet<TargetType> targetTypes, Metadata metadata)voidSchemaExport. createOnly(java.util.EnumSet<TargetType> targetTypes, Metadata metadata)voidSchemaExport. doExecution(SchemaExport.Action action, boolean needsJdbc, Metadata metadata, ServiceRegistry serviceRegistry, TargetDescriptor targetDescriptor)voidSchemaExport. drop(java.util.EnumSet<TargetType> targetTypes, Metadata metadata)voidSchemaExport. execute(java.util.EnumSet<TargetType> targetTypes, SchemaExport.Action action, Metadata metadata)voidSchemaExport. execute(java.util.EnumSet<TargetType> targetTypes, SchemaExport.Action action, Metadata metadata, ServiceRegistry serviceRegistry)voidSchemaUpdate. execute(java.util.EnumSet<TargetType> targetTypes, Metadata metadata)voidSchemaUpdate. execute(java.util.EnumSet<TargetType> targetTypes, Metadata metadata, ServiceRegistry serviceRegistry)voidSchemaExport. perform(SchemaExport.Action action, Metadata metadata, ScriptTargetOutput target)For testing usevoidSchemaValidator. validate(Metadata metadata)voidSchemaValidator. validate(Metadata metadata, ServiceRegistry serviceRegistry) -
Uses of Metadata in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with parameters of type Metadata Modifier and Type Method Description DelayedDropActionSchemaDropper. buildDelayedAction(Metadata metadata, ExecutionOptions options, SourceDescriptor sourceDescriptor)Build a delayed Runnable for performing schema dropping.voidSchemaCreator. doCreation(Metadata metadata, ExecutionOptions options, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor)Perform a schema creation from the indicated source(s) to the indicated target(s).voidSchemaDropper. doDrop(Metadata metadata, ExecutionOptions options, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor)Perform a schema drop from the indicated source(s) to the indicated target(s).voidSchemaMigrator. doMigration(Metadata metadata, ExecutionOptions options, TargetDescriptor targetDescriptor)Perform a schema migration (alteration) from the indicated source(s) to the indicated target(s).voidSchemaValidator. doValidation(Metadata metadata, ExecutionOptions options)Perform the validation of the schema described by Metadatadefault java.lang.String[]Exporter. getSqlCreateStrings(T exportable, Metadata metadata)Deprecated.Will be removed in favor of the variant acceptingSqlStringGenerationContextdefault java.lang.String[]Exporter. getSqlCreateStrings(T exportable, Metadata metadata, SqlStringGenerationContext context)Get the commands needed for creation.default java.lang.String[]Exporter. getSqlDropStrings(T exportable, Metadata metadata)Deprecated.Will be removed in favor of the variant acceptingSqlStringGenerationContextdefault java.lang.String[]Exporter. getSqlDropStrings(T exportable, Metadata metadata, SqlStringGenerationContext context)Get the commands needed for dropping.static voidSchemaManagementToolCoordinator. process(Metadata metadata, ServiceRegistry serviceRegistry, java.util.Map configurationValues, DelayedDropRegistry delayedDropRegistry)
-