ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.orm10.NamedQuery

Packages that use NamedQuery
org.jboss.shrinkwrap.descriptor.api.orm10 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of NamedQuery in org.jboss.shrinkwrap.descriptor.api.orm10
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return NamedQuery
 NamedQuery<OrmDescriptor> OrmDescriptor.createNamedQuery()
          Creates a new named-query element
 NamedQuery<EntityMappings<T>> EntityMappings.createNamedQuery()
          Creates a new named-query element
 NamedQuery<Entity<T>> Entity.createNamedQuery()
          Creates a new named-query element
 NamedQuery<OrmDescriptor> OrmDescriptor.getOrCreateNamedQuery()
          If not already created, a new named-query element will be created and returned.
 NamedQuery<EntityMappings<T>> EntityMappings.getOrCreateNamedQuery()
          If not already created, a new named-query element will be created and returned.
 NamedQuery<Entity<T>> Entity.getOrCreateNamedQuery()
          If not already created, a new named-query element will be created and returned.
 NamedQuery<T> NamedQuery.name(String name)
          Sets the name attribute
 NamedQuery<T> NamedQuery.query(String query)
          Sets the query element
 NamedQuery<T> NamedQuery.removeAllHint()
          Removes all hint elements
 NamedQuery<T> NamedQuery.removeName()
          Removes the name attribute
 NamedQuery<T> NamedQuery.removeQuery()
          Removes the query element
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return types with arguments of type NamedQuery
 QueryHint<NamedQuery<T>> NamedQuery.createHint()
          Creates a new hint element
 List<QueryHint<NamedQuery<T>>> NamedQuery.getAllHint()
          Returns all hint elements
 List<NamedQuery<OrmDescriptor>> OrmDescriptor.getAllNamedQuery()
          Returns all named-query elements
 List<NamedQuery<EntityMappings<T>>> EntityMappings.getAllNamedQuery()
          Returns all named-query elements
 List<NamedQuery<Entity<T>>> Entity.getAllNamedQuery()
          Returns all named-query elements
 QueryHint<NamedQuery<T>> NamedQuery.getOrCreateHint()
          If not already created, a new hint element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.