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 java.util.List<JaxbBasic>JaxbAttributes. basicprotected java.util.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 java.util.List<JaxbBasic>AttributesContainer. getBasic()java.util.List<JaxbBasic>JaxbAttributes. getBasic()Gets the value of the basic property.java.util.List<JaxbBasic>JaxbEmbeddableAttributes. getBasic()Gets the value of the basic property.
-