Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.EntityResult
-
Packages that use EntityResult Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of EntityResult in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type EntityResult Modifier and Type Field Description protected List<EntityResult>
SqlResultSetMapping. entityResult
Methods in org.hibernate.jpamodelgen.xml.jaxb that return EntityResult Modifier and Type Method Description EntityResult
ObjectFactory. createEntityResult()
Create an instance ofEntityResult
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type EntityResult Modifier and Type Method Description List<EntityResult>
SqlResultSetMapping. getEntityResult()
Gets the value of the entityResult property.
-