Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
Packages that use JaxbHbmResultSetMappingType
Package
Description
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 JaxbHbmResultSetMappingTypeModifier and TypeFieldDescriptionprotected 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 JaxbHbmResultSetMappingTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbHbmResultSetMappingType()Create an instance ofJaxbHbmResultSetMappingTypeMethods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmResultSetMappingTypeModifier and TypeMethodDescriptionEntityInfo.getResultset()JaxbHbmDiscriminatorSubclassEntityType.getResultset()Gets the value of the resultset property.JaxbHbmHibernateMapping.getResultset()Gets the value of the resultset property.JaxbHbmJoinedSubclassEntityType.getResultset()Gets the value of the resultset property.JaxbHbmRootEntityType.getResultset()Gets the value of the resultset property.JaxbHbmUnionSubclassEntityType.getResultset()Gets the value of the resultset property.ResultSetMappingContainer.getResultset() -
Uses of JaxbHbmResultSetMappingType in org.hibernate.boot.query
Constructors in org.hibernate.boot.query with parameters of type JaxbHbmResultSetMappingTypeModifierConstructorDescriptionHbmResultSetMappingDescriptor(JaxbHbmResultSetMappingType hbmResultSetMapping, MetadataBuildingContext context) Constructor for an explicit<resultset/>mapping.