Uses of Class
org.hibernate.boot.model.naming.ObjectNameNormalizer
-
Packages that use ObjectNameNormalizer Package Description org.hibernate.boot.internal org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.envers.boot.internal org.hibernate.testing.boot -
-
Uses of ObjectNameNormalizer in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ObjectNameNormalizer Modifier and Type Method Description ObjectNameNormalizer
MetadataBuildingContextRootImpl. getObjectNameNormalizer()
-
Uses of ObjectNameNormalizer in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return ObjectNameNormalizer Modifier and Type Method Description ObjectNameNormalizer
MappingDocument. getObjectNameNormalizer()
-
Uses of ObjectNameNormalizer in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ObjectNameNormalizer Modifier and Type Method Description ObjectNameNormalizer
MetadataBuildingContext. getObjectNameNormalizer()
Not sure how I feel about this exposed here -
Uses of ObjectNameNormalizer in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return ObjectNameNormalizer Modifier and Type Method Description ObjectNameNormalizer
EnversMetadataBuildingContextImpl. getObjectNameNormalizer()
-
Uses of ObjectNameNormalizer in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return ObjectNameNormalizer Modifier and Type Method Description ObjectNameNormalizer
MetadataBuildingContextTestingImpl. getObjectNameNormalizer()
-