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