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 class
JaxbHbmConfigParameterContainer
Java class for ConfigParameterContainer complex type.class
JaxbHbmGeneratorSpecificationType
Generators generate unique identifiers.class
JaxbHbmTypeDefinitionType
Java class for TypeDefinitionType complex type.class
JaxbHbmTypeSpecificationType
Declares 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 Properties
ConfigParameterHelper. extractConfigParametersAsProperties(ConfigParameterContainer container)
-