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