Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
-
Packages that use JaxbHbmResultSetMappingType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.query Support for handling named queries during the bootstrap process. -
-
Uses of JaxbHbmResultSetMappingType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmResultSetMappingType Modifier and Type Field Description protected List<JaxbHbmResultSetMappingType>
JaxbHbmDiscriminatorSubclassEntityType. resultset
protected List<JaxbHbmResultSetMappingType>
JaxbHbmHibernateMapping. resultset
protected List<JaxbHbmResultSetMappingType>
JaxbHbmJoinedSubclassEntityType. resultset
protected List<JaxbHbmResultSetMappingType>
JaxbHbmRootEntityType. resultset
protected List<JaxbHbmResultSetMappingType>
JaxbHbmUnionSubclassEntityType. resultset
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmResultSetMappingType Modifier and Type Method Description JaxbHbmResultSetMappingType
ObjectFactory. createJaxbHbmResultSetMappingType()
Create an instance ofJaxbHbmResultSetMappingType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmResultSetMappingType Modifier and Type Method Description List<JaxbHbmResultSetMappingType>
EntityInfo. getResultset()
List<JaxbHbmResultSetMappingType>
JaxbHbmDiscriminatorSubclassEntityType. getResultset()
Gets the value of the resultset property.List<JaxbHbmResultSetMappingType>
JaxbHbmHibernateMapping. getResultset()
Gets the value of the resultset property.List<JaxbHbmResultSetMappingType>
JaxbHbmJoinedSubclassEntityType. getResultset()
Gets the value of the resultset property.List<JaxbHbmResultSetMappingType>
JaxbHbmRootEntityType. getResultset()
Gets the value of the resultset property.List<JaxbHbmResultSetMappingType>
JaxbHbmUnionSubclassEntityType. getResultset()
Gets the value of the resultset property.List<JaxbHbmResultSetMappingType>
ResultSetMappingContainer. getResultset()
-
Uses of JaxbHbmResultSetMappingType in org.hibernate.boot.query
Constructors in org.hibernate.boot.query with parameters of type JaxbHbmResultSetMappingType Constructor Description HbmResultSetMappingDescriptor(JaxbHbmResultSetMappingType hbmResultSetMapping, MetadataBuildingContext context)
Constructor for an explicit<resultset/>
mapping.
-