Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Packages that use Entity Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of Entity in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type Entity Modifier and Type Field Description protected List<Entity>
EntityMappings. entity
Methods in org.hibernate.jpamodelgen.xml.jaxb that return Entity Modifier and Type Method Description Entity
ObjectFactory. createEntity()
Create an instance ofEntity
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type Entity Modifier and Type Method Description List<Entity>
EntityMappings. getEntity()
Gets the value of the entity property.
-