Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
SqlResultSetMapping<OrmDescriptor> |
OrmDescriptor.createSqlResultSetMapping()
Creates a new
sql-result-set-mapping element |
SqlResultSetMapping<Entity<T>> |
Entity.createSqlResultSetMapping()
Creates a new
sql-result-set-mapping element |
SqlResultSetMapping<EntityMappings<T>> |
EntityMappings.createSqlResultSetMapping()
Creates a new
sql-result-set-mapping element |
SqlResultSetMapping<T> |
SqlResultSetMapping.description(String description)
Sets the
description element |
SqlResultSetMapping<OrmDescriptor> |
OrmDescriptor.getOrCreateSqlResultSetMapping()
If not already created, a new
sql-result-set-mapping element will be created and returned. |
SqlResultSetMapping<Entity<T>> |
Entity.getOrCreateSqlResultSetMapping()
If not already created, a new
sql-result-set-mapping element will be created and returned. |
SqlResultSetMapping<EntityMappings<T>> |
EntityMappings.getOrCreateSqlResultSetMapping()
If not already created, a new
sql-result-set-mapping element will be created and returned. |
SqlResultSetMapping<T> |
SqlResultSetMapping.name(String name)
Sets the
name attribute |
SqlResultSetMapping<T> |
SqlResultSetMapping.removeAllColumnResult()
Removes all
column-result elements |
SqlResultSetMapping<T> |
SqlResultSetMapping.removeAllEntityResult()
Removes all
entity-result elements |
SqlResultSetMapping<T> |
SqlResultSetMapping.removeDescription()
Removes the
description element |
SqlResultSetMapping<T> |
SqlResultSetMapping.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
ColumnResult<SqlResultSetMapping<T>> |
SqlResultSetMapping.createColumnResult()
Creates a new
column-result element |
EntityResult<SqlResultSetMapping<T>> |
SqlResultSetMapping.createEntityResult()
Creates a new
entity-result element |
List<ColumnResult<SqlResultSetMapping<T>>> |
SqlResultSetMapping.getAllColumnResult()
Returns all
column-result elements |
List<EntityResult<SqlResultSetMapping<T>>> |
SqlResultSetMapping.getAllEntityResult()
Returns all
entity-result elements |
List<SqlResultSetMapping<OrmDescriptor>> |
OrmDescriptor.getAllSqlResultSetMapping()
Returns all
sql-result-set-mapping elements |
List<SqlResultSetMapping<Entity<T>>> |
Entity.getAllSqlResultSetMapping()
Returns all
sql-result-set-mapping elements |
List<SqlResultSetMapping<EntityMappings<T>>> |
EntityMappings.getAllSqlResultSetMapping()
Returns all
sql-result-set-mapping elements |
ColumnResult<SqlResultSetMapping<T>> |
SqlResultSetMapping.getOrCreateColumnResult()
If not already created, a new
column-result element will be created and returned. |
EntityResult<SqlResultSetMapping<T>> |
SqlResultSetMapping.getOrCreateEntityResult()
If not already created, a new
entity-result element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.