Codota Logo
org.hibernate.boot.internal
Code IndexAdd Codota to your IDE (free)

How to use org.hibernate.boot.internal

Best Java code snippets using org.hibernate.boot.internal (Showing top 20 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
DateTime d =
  • Codota Iconnew DateTime()
  • Codota IconDateTimeFormatter formatter;String text;formatter.parseDateTime(text)
  • Codota IconObject instant;new DateTime(instant)
  • Smart code suggestions by Codota
}
origin: hibernate/hibernate-orm

public MetadataBuildingContextTestingImpl(StandardServiceRegistry serviceRegistry) {
  buildingOptions = new MetadataBuilderImpl.MetadataBuildingOptionsImpl( serviceRegistry );
  bootstrapContext = new BootstrapContextImpl( serviceRegistry, buildingOptions );
  mappingDefaults = new MetadataBuilderImpl.MappingDefaultsImpl( serviceRegistry );
  metadataCollector = new InFlightMetadataCollectorImpl( bootstrapContext, buildingOptions );
  objectNameNormalizer = new ObjectNameNormalizer() {
    @Override
    protected MetadataBuildingContext getBuildingContext() {
      return MetadataBuildingContextTestingImpl.this;
    }
  };
}
origin: hibernate/hibernate-orm

@Override
public void addUniquePropertyReference(String referencedClass, String propertyName) {
  addDelayedPropertyReferenceHandler(
      new DelayedPropertyReferenceHandlerAnnotationImpl( referencedClass, propertyName, true )
  );
}
origin: hibernate/hibernate-orm

@Override
public MetadataBuilder applyScanOptions(ScanOptions scanOptions) {
  this.bootstrapContext.injectScanOptions( scanOptions );
  return this;
}
origin: hibernate/hibernate-orm

private BootstrapContextImpl() {
  StandardServiceRegistry serviceRegistry = new StandardServiceRegistryBuilder().build();
  MetadataBuildingOptions buildingOptions = new MetadataBuilderImpl.MetadataBuildingOptionsImpl( serviceRegistry );
  delegate = new org.hibernate.boot.internal.BootstrapContextImpl( serviceRegistry, buildingOptions );
}
origin: hibernate/hibernate-orm

@Override
public SessionFactoryBuilder applyBeanManager(Object beanManager) {
  this.optionsBuilder.applyBeanManager(  beanManager );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public SessionFactoryBuilder applyName(String sessionFactoryName) {
  this.optionsBuilder.applySessionFactoryName( sessionFactoryName );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public SessionFactoryBuilder applyAutoFlushing(boolean enabled) {
  this.optionsBuilder.enableSessionAutoFlushing( enabled );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public SessionFactoryBuilder enableReleaseResourcesOnCloseEnabled(boolean enable) {
  this.optionsBuilder.enableReleaseResourcesOnClose( enable );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public SessionFactoryBuilder applyStatisticsSupport(boolean enabled) {
  this.optionsBuilder.enableStatisticsSupport( enabled );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public SessionFactoryBuilder applyStatelessInterceptor(Class<? extends Interceptor> statelessInterceptorClass) {
  this.optionsBuilder.applyStatelessInterceptor( statelessInterceptorClass );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public SessionFactoryBuilder applySqlComments(boolean enabled) {
  this.optionsBuilder.enableCommentsSupport( enabled );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public SessionFactoryBuilder applyJdbcBatchingForVersionedEntities(boolean enabled) {
  this.optionsBuilder.enableJdbcBatchingForVersionedEntities( enabled );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public SessionFactoryBuilder applyScrollableResultsSupport(boolean enabled) {
  this.optionsBuilder.enableScrollableResultSupport( enabled );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public SessionFactoryBuilder applyResultSetsWrapping(boolean enabled) {
  this.optionsBuilder.enableResultSetWrappingSupport( enabled );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public SessionFactoryBuilder applyJtaTrackingByThread(boolean enabled) {
  this.optionsBuilder.enableJtaTrackingByThread( enabled );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public MetadataBuilder applyIndexView(IndexView jandexView) {
  this.bootstrapContext.injectJandexView( jandexView );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public MetadataBuilder applyScanEnvironment(ScanEnvironment scanEnvironment) {
  this.bootstrapContext.injectScanEnvironment( scanEnvironment );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public SessionFactoryBuilder applyEntityTuplizerFactory(EntityTuplizerFactory entityTuplizerFactory) {
  this.optionsBuilder.applyEntityTuplizerFactory( entityTuplizerFactory );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public SessionFactoryBuilder applyMultiTableBulkIdStrategy(MultiTableBulkIdStrategy strategy) {
  this.optionsBuilder.applyMultiTableBulkIdStrategy( strategy );
  return this;
}
origin: hibernate/hibernate-orm

@Override
public void addPropertyReference(String referencedClass, String propertyName) {
  addDelayedPropertyReferenceHandler(
      new DelayedPropertyReferenceHandlerAnnotationImpl( referencedClass, propertyName, false )
  );
}
org.hibernate.boot.internal

Most used classes

  • MetadataBuildingContextRootImpl
  • MetadataBuilderImpl$MetadataBuildingOptionsImpl
  • BootstrapContextImpl
  • MetadataImpl
    Container for configuration data collected during binding the metamodel.
  • ClassLoaderAccessImpl
    Standard implementation of ClassLoaderAccess
  • MetadataBuilderImpl,
  • ClassmateContext,
  • MetadataBuilderImpl$MappingDefaultsImpl,
  • SessionFactoryOptionsBuilder,
  • IdGeneratorInterpreterImpl,
  • InFlightMetadataCollectorImpl$DelayedPropertyReferenceHandlerAnnotationImpl,
  • InFlightMetadataCollectorImpl$EntityTableXrefImpl,
  • SessionFactoryBuilderImpl,
  • InFlightMetadataCollectorImpl$ResolutionContextImpl,
  • InFlightMetadataCollectorImpl$TableColumnNameBinding,
  • SessionFactoryBuilderImpl$SessionFactoryOptionsStateStandardImpl,
  • SessionFactoryOptionsImpl
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now