public class LspsMetadataBuildingContext
extends java.lang.Object
implements org.hibernate.boot.spi.MetadataBuildingContext
| Constructor and Description |
|---|
LspsMetadataBuildingContext(org.hibernate.boot.spi.MetadataBuildingOptions options,
org.hibernate.boot.spi.ClassLoaderAccess classLoaderAccess,
org.hibernate.boot.spi.InFlightMetadataCollector metadataCollector) |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.boot.spi.MetadataBuildingOptions |
getBuildingOptions() |
org.hibernate.boot.spi.ClassLoaderAccess |
getClassLoaderAccess() |
org.hibernate.boot.spi.MappingDefaults |
getMappingDefaults() |
org.hibernate.boot.spi.InFlightMetadataCollector |
getMetadataCollector() |
org.hibernate.boot.model.naming.ObjectNameNormalizer |
getObjectNameNormalizer() |
public LspsMetadataBuildingContext(org.hibernate.boot.spi.MetadataBuildingOptions options,
org.hibernate.boot.spi.ClassLoaderAccess classLoaderAccess,
org.hibernate.boot.spi.InFlightMetadataCollector metadataCollector)
public org.hibernate.boot.spi.MetadataBuildingOptions getBuildingOptions()
getBuildingOptions in interface org.hibernate.boot.spi.MetadataBuildingContextpublic org.hibernate.boot.spi.MappingDefaults getMappingDefaults()
getMappingDefaults in interface org.hibernate.boot.spi.MetadataBuildingContextpublic org.hibernate.boot.spi.InFlightMetadataCollector getMetadataCollector()
getMetadataCollector in interface org.hibernate.boot.spi.MetadataBuildingContextpublic org.hibernate.boot.spi.ClassLoaderAccess getClassLoaderAccess()
getClassLoaderAccess in interface org.hibernate.boot.spi.MetadataBuildingContextpublic org.hibernate.boot.model.naming.ObjectNameNormalizer getObjectNameNormalizer()
getObjectNameNormalizer in interface org.hibernate.boot.spi.MetadataBuildingContextCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.