Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
-
Packages that use JaxbHbmResultSetMappingType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
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.
-