Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Packages that use JaxbBasic Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbBasic in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbBasic Modifier and Type Field Description protected List<JaxbBasic>JaxbAttributes. basicprotected List<JaxbBasic>JaxbEmbeddableAttributes. basicMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbBasic Modifier and Type Method Description JaxbBasicObjectFactory. createJaxbBasic()Create an instance ofJaxbBasicMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbBasic Modifier and Type Method Description List<JaxbBasic>AttributesContainer. getBasic()List<JaxbBasic>JaxbAttributes. getBasic()Gets the value of the basic property.List<JaxbBasic>JaxbEmbeddableAttributes. getBasic()Gets the value of the basic property.
-