Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
QueryType<EntityBeanType<T>> |
EntityBeanType.createQuery()
Creates a new
query element |
QueryType<T> |
QueryType.description(String description)
Sets the
description element |
QueryType<T> |
QueryType.ejbQl(String ejbQl)
Sets the
ejb-ql element |
QueryType<EntityBeanType<T>> |
EntityBeanType.getOrCreateQuery()
If not already created, a new
query element will be created and returned. |
QueryType<T> |
QueryType.id(String id)
Sets the
id attribute |
QueryType<T> |
QueryType.removeDescription()
Removes the
description element |
QueryType<T> |
QueryType.removeEjbQl()
Removes the
ejb-ql element |
QueryType<T> |
QueryType.removeId()
Removes the
id attribute |
QueryType<T> |
QueryType.removeQueryMethod()
Removes the
query-method element |
QueryType<T> |
QueryType.removeResultTypeMapping()
Removes the
result-type-mapping attribute |
QueryType<T> |
QueryType.resultTypeMapping(ResultTypeMappingType resultTypeMapping)
Sets the
result-type-mapping element |
QueryType<T> |
QueryType.resultTypeMapping(String resultTypeMapping)
Sets the
result-type-mapping element |
Modifier and Type | Method and Description |
---|---|
List<QueryType<EntityBeanType<T>>> |
EntityBeanType.getAllQuery()
Returns all
query elements |
QueryMethodType<QueryType<T>> |
QueryType.getOrCreateQueryMethod()
If not already created, a new
query-method element with the given value will be created. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.