Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
-
Packages that use JaxbHbmTypeSpecificationType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmTypeSpecificationType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmTypeSpecificationType Modifier and Type Field Description protected JaxbHbmTypeSpecificationTypeJaxbHbmBasicAttributeType. typeprotected JaxbHbmTypeSpecificationTypeJaxbHbmBasicCollectionElementType. typeprotected JaxbHbmTypeSpecificationTypeJaxbHbmCompositeKeyBasicAttributeType. typeprotected JaxbHbmTypeSpecificationTypeJaxbHbmMapKeyBasicType. typeprotected JaxbHbmTypeSpecificationTypeJaxbHbmSimpleIdType. typeMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmTypeSpecificationType Modifier and Type Method Description JaxbHbmTypeSpecificationTypeObjectFactory. createJaxbHbmTypeSpecificationType()Create an instance ofJaxbHbmTypeSpecificationTypeJaxbHbmTypeSpecificationTypeJaxbHbmBasicAttributeType. getType()Gets the value of the type property.JaxbHbmTypeSpecificationTypeJaxbHbmBasicCollectionElementType. getType()Gets the value of the type property.JaxbHbmTypeSpecificationTypeJaxbHbmCompositeKeyBasicAttributeType. getType()Gets the value of the type property.JaxbHbmTypeSpecificationTypeJaxbHbmMapKeyBasicType. getType()Gets the value of the type property.JaxbHbmTypeSpecificationTypeJaxbHbmSimpleIdType. getType()Gets the value of the type property.JaxbHbmTypeSpecificationTypeSimpleValueTypeInfo. getType()JaxbHbmTypeSpecificationTypeTypeContainer. getType()Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmTypeSpecificationType Modifier and Type Method Description voidJaxbHbmBasicAttributeType. setType(JaxbHbmTypeSpecificationType value)Sets the value of the type property.voidJaxbHbmBasicCollectionElementType. setType(JaxbHbmTypeSpecificationType value)Sets the value of the type property.voidJaxbHbmCompositeKeyBasicAttributeType. setType(JaxbHbmTypeSpecificationType value)Sets the value of the type property.voidJaxbHbmMapKeyBasicType. setType(JaxbHbmTypeSpecificationType value)Sets the value of the type property.voidJaxbHbmSimpleIdType. setType(JaxbHbmTypeSpecificationType value)Sets the value of the type property.
-