Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Packages that use Basic Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of Basic in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type Basic Modifier and Type Field Description protected java.util.List<Basic>
Attributes. basic
protected java.util.List<Basic>
EmbeddableAttributes. basic
Methods in org.hibernate.jpamodelgen.xml.jaxb that return Basic Modifier and Type Method Description Basic
ObjectFactory. createBasic()
Create an instance ofBasic
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type Basic Modifier and Type Method Description java.util.List<Basic>
Attributes. getBasic()
Gets the value of the basic property.java.util.List<Basic>
EmbeddableAttributes. getBasic()
Gets the value of the basic property.
-