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 List<Basic>
Attributes. basic
protected 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 List<Basic>
Attributes. getBasic()
Gets the value of the basic property.List<Basic>
EmbeddableAttributes. getBasic()
Gets the value of the basic property.
-