org.hibernate.metamodel.source.internal
Class MetadataBuilderImpl
java.lang.Object
org.hibernate.metamodel.source.internal.MetadataBuilderImpl
- All Implemented Interfaces:
- MetadataBuilder
public class MetadataBuilderImpl
- extends Object
- implements MetadataBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataBuilderImpl
public MetadataBuilderImpl(MetadataSources sources)
with
public MetadataBuilder with(NamingStrategy namingStrategy)
- Specified by:
with
in interface MetadataBuilder
with
public MetadataBuilder with(MetadataSourceProcessingOrder metadataSourceProcessingOrder)
- Specified by:
with
in interface MetadataBuilder
with
public MetadataBuilder with(SharedCacheMode sharedCacheMode)
- Specified by:
with
in interface MetadataBuilder
with
public MetadataBuilder with(AccessType accessType)
- Specified by:
with
in interface MetadataBuilder
withNewIdentifierGeneratorsEnabled
public MetadataBuilder withNewIdentifierGeneratorsEnabled(boolean enabled)
- Specified by:
withNewIdentifierGeneratorsEnabled
in interface MetadataBuilder
buildMetadata
public Metadata buildMetadata()
- Specified by:
buildMetadata
in interface MetadataBuilder
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.