Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.ConfigParameterContainer
-
Packages that use ConfigParameterContainer Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of ConfigParameterContainer in org.hibernate.boot.jaxb.hbm.spi
Classes in org.hibernate.boot.jaxb.hbm.spi that implement ConfigParameterContainer Modifier and Type Class Description classJaxbHbmConfigParameterContainerJava class for ConfigParameterContainer complex type.classJaxbHbmGeneratorSpecificationTypeGenerators generate unique identifiers.classJaxbHbmTypeDefinitionTypeJava class for TypeDefinitionType complex type.classJaxbHbmTypeSpecificationTypeDeclares the type of the containing property (overrides an eventually existing type attribute of the property). -
Uses of ConfigParameterContainer in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type ConfigParameterContainer Modifier and Type Method Description static Map<String,String>ConfigParameterHelper. extractConfigParameters(ConfigParameterContainer container)static PropertiesConfigParameterHelper. extractConfigParametersAsProperties(ConfigParameterContainer container)
-