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 JaxbHbmTypeSpecificationType
JaxbHbmBasicAttributeType. type
protected JaxbHbmTypeSpecificationType
JaxbHbmBasicCollectionElementType. type
protected JaxbHbmTypeSpecificationType
JaxbHbmCompositeKeyBasicAttributeType. type
protected JaxbHbmTypeSpecificationType
JaxbHbmMapKeyBasicType. type
protected JaxbHbmTypeSpecificationType
JaxbHbmSimpleIdType. type
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmTypeSpecificationType Modifier and Type Method Description JaxbHbmTypeSpecificationType
ObjectFactory. createJaxbHbmTypeSpecificationType()
Create an instance ofJaxbHbmTypeSpecificationType
JaxbHbmTypeSpecificationType
JaxbHbmBasicAttributeType. getType()
Gets the value of the type property.JaxbHbmTypeSpecificationType
JaxbHbmBasicCollectionElementType. getType()
Gets the value of the type property.JaxbHbmTypeSpecificationType
JaxbHbmCompositeKeyBasicAttributeType. getType()
Gets the value of the type property.JaxbHbmTypeSpecificationType
JaxbHbmMapKeyBasicType. getType()
Gets the value of the type property.JaxbHbmTypeSpecificationType
JaxbHbmSimpleIdType. getType()
Gets the value of the type property.JaxbHbmTypeSpecificationType
SimpleValueTypeInfo. getType()
JaxbHbmTypeSpecificationType
TypeContainer. getType()
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmTypeSpecificationType Modifier and Type Method Description void
JaxbHbmBasicAttributeType. setType(JaxbHbmTypeSpecificationType value)
Sets the value of the type property.void
JaxbHbmBasicCollectionElementType. setType(JaxbHbmTypeSpecificationType value)
Sets the value of the type property.void
JaxbHbmCompositeKeyBasicAttributeType. setType(JaxbHbmTypeSpecificationType value)
Sets the value of the type property.void
JaxbHbmMapKeyBasicType. setType(JaxbHbmTypeSpecificationType value)
Sets the value of the type property.void
JaxbHbmSimpleIdType. setType(JaxbHbmTypeSpecificationType value)
Sets the value of the type property.
-