Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Packages that use JaxbHbmNamedNativeQueryType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of JaxbHbmNamedNativeQueryType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmNamedNativeQueryType Modifier and Type Field Description protected List<JaxbHbmNamedNativeQueryType>
JaxbHbmDiscriminatorSubclassEntityType. sqlQuery
protected List<JaxbHbmNamedNativeQueryType>
JaxbHbmHibernateMapping. sqlQuery
protected List<JaxbHbmNamedNativeQueryType>
JaxbHbmJoinedSubclassEntityType. sqlQuery
protected List<JaxbHbmNamedNativeQueryType>
JaxbHbmRootEntityType. sqlQuery
protected List<JaxbHbmNamedNativeQueryType>
JaxbHbmUnionSubclassEntityType. sqlQuery
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNamedNativeQueryType Modifier and Type Method Description JaxbHbmNamedNativeQueryType
ObjectFactory. createJaxbHbmNamedNativeQueryType()
Create an instance ofJaxbHbmNamedNativeQueryType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmNamedNativeQueryType Modifier and Type Method Description List<JaxbHbmNamedNativeQueryType>
EntityInfo. getSqlQuery()
List<JaxbHbmNamedNativeQueryType>
JaxbHbmDiscriminatorSubclassEntityType. getSqlQuery()
Gets the value of the sqlQuery property.List<JaxbHbmNamedNativeQueryType>
JaxbHbmHibernateMapping. getSqlQuery()
Gets the value of the sqlQuery property.List<JaxbHbmNamedNativeQueryType>
JaxbHbmJoinedSubclassEntityType. getSqlQuery()
Gets the value of the sqlQuery property.List<JaxbHbmNamedNativeQueryType>
JaxbHbmRootEntityType. getSqlQuery()
Gets the value of the sqlQuery property.List<JaxbHbmNamedNativeQueryType>
JaxbHbmUnionSubclassEntityType. getSqlQuery()
Gets the value of the sqlQuery property. -
Uses of JaxbHbmNamedNativeQueryType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return types with arguments of type JaxbHbmNamedNativeQueryType Modifier and Type Method Description List<JaxbHbmNamedNativeQueryType>
AbstractEntitySourceImpl. getNamedNativeQueries()
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmNamedNativeQueryType Modifier and Type Method Description static void
NamedQueryBinder. processNamedNativeQuery(HbmLocalMetadataBuildingContext context, JaxbHbmNamedNativeQueryType namedQueryBinding)
static void
NamedQueryBinder. processNamedNativeQuery(HbmLocalMetadataBuildingContext context, JaxbHbmNamedNativeQueryType namedQueryBinding, String prefix)
-
Uses of JaxbHbmNamedNativeQueryType in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return types with arguments of type JaxbHbmNamedNativeQueryType Modifier and Type Method Description List<JaxbHbmNamedNativeQueryType>
EntitySource. getNamedNativeQueries()
-