Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
-
Packages that use JaxbHbmTypeDefinitionType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmTypeDefinitionType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmTypeDefinitionType Modifier and Type Field Description protected List<JaxbHbmTypeDefinitionType>
JaxbHbmHibernateMapping. typedef
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmTypeDefinitionType Modifier and Type Method Description JaxbHbmTypeDefinitionType
ObjectFactory. createJaxbHbmTypeDefinitionType()
Create an instance ofJaxbHbmTypeDefinitionType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmTypeDefinitionType Modifier and Type Method Description List<JaxbHbmTypeDefinitionType>
JaxbHbmHibernateMapping. getTypedef()
Gets the value of the typedef property. -
Uses of JaxbHbmTypeDefinitionType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmTypeDefinitionType Modifier and Type Method Description static void
TypeDefinitionBinder. processTypeDefinition(HbmLocalMetadataBuildingContext context, JaxbHbmTypeDefinitionType typeDefinitionBinding)
Handling for a<typedef/>
declaration
-