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. resultsetprotected List<JaxbHbmResultSetMappingType>JaxbHbmHibernateMapping. resultsetprotected List<JaxbHbmResultSetMappingType>JaxbHbmJoinedSubclassEntityType. resultsetprotected List<JaxbHbmResultSetMappingType>JaxbHbmRootEntityType. resultsetprotected List<JaxbHbmResultSetMappingType>JaxbHbmUnionSubclassEntityType. resultsetMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmResultSetMappingType Modifier and Type Method Description JaxbHbmResultSetMappingTypeObjectFactory. createJaxbHbmResultSetMappingType()Create an instance ofJaxbHbmResultSetMappingTypeMethods 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.
-