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 java.util.List<JaxbHbmResultSetMappingType>JaxbHbmDiscriminatorSubclassEntityType. resultsetprotected java.util.List<JaxbHbmResultSetMappingType>JaxbHbmHibernateMapping. resultsetprotected java.util.List<JaxbHbmResultSetMappingType>JaxbHbmJoinedSubclassEntityType. resultsetprotected java.util.List<JaxbHbmResultSetMappingType>JaxbHbmRootEntityType. resultsetprotected java.util.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 java.util.List<JaxbHbmResultSetMappingType>EntityInfo. getResultset()java.util.List<JaxbHbmResultSetMappingType>JaxbHbmDiscriminatorSubclassEntityType. getResultset()Gets the value of the resultset property.java.util.List<JaxbHbmResultSetMappingType>JaxbHbmHibernateMapping. getResultset()Gets the value of the resultset property.java.util.List<JaxbHbmResultSetMappingType>JaxbHbmJoinedSubclassEntityType. getResultset()Gets the value of the resultset property.java.util.List<JaxbHbmResultSetMappingType>JaxbHbmRootEntityType. getResultset()Gets the value of the resultset property.java.util.List<JaxbHbmResultSetMappingType>JaxbHbmUnionSubclassEntityType. getResultset()Gets the value of the resultset property.
-