|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortInfo | |
---|---|
de.schwarzrot.app.domain | domain classes used by applications |
de.schwarzrot.data | provides the basic classes and interfaces for anonymous persistence. |
de.schwarzrot.data.access.jdbc | classes for jdbc specific data access |
de.schwarzrot.data.access.support | helper classes used by the data accessors |
de.schwarzrot.data.meta | domain classes used to build database model definitions |
de.schwarzrot.data.support | helper classes for the abstract data handling. |
de.schwarzrot.data.transaction | classes used to define application transactions |
Uses of SortInfo in de.schwarzrot.app.domain |
---|
Methods in de.schwarzrot.app.domain that return types with arguments of type SortInfo | |
---|---|
List<SortInfo> |
ServiceDefinition.getDefaultOrder()
|
Uses of SortInfo in de.schwarzrot.data |
---|
Methods in de.schwarzrot.data that return types with arguments of type SortInfo | |
---|---|
List<SortInfo> |
Entity.getDefaultOrder()
returns a list of SortInfo , that build the order for default
list-queries. |
Uses of SortInfo in de.schwarzrot.data.access.jdbc |
---|
Method parameters in de.schwarzrot.data.access.jdbc with type arguments of type SortInfo | |
---|---|
protected int |
JDBCEntityManager.find(List<?> resultList,
Class<?> entityType,
List<ConditionElement> args,
EntityDescriptor ed,
Connection conn,
DbUtil dbUtil,
boolean readRelated,
Collection<SortInfo> orderSequence)
internal call to read a number of entities. |
protected int |
JDBCEntityManager.readProperties(List resultList,
Class entityType,
Collection<String> properties,
List<ConditionElement> args,
EntityDescriptor ed,
Connection conn,
DbUtil dbUtil,
int maxRows,
boolean readRelated,
boolean uniq,
Collection<SortInfo> orderSequence)
|
Uses of SortInfo in de.schwarzrot.data.access.support |
---|
Methods in de.schwarzrot.data.access.support that return types with arguments of type SortInfo | |
---|---|
List<SortInfo> |
EntityDescriptor.getOrder()
|
Method parameters in de.schwarzrot.data.access.support with type arguments of type SortInfo | |
---|---|
String |
DbUtil.genOrder(EntityDescriptor ed,
Collection<String> properties,
Collection<SortInfo> orderSequence)
generates the sorting part of an SQL-query. |
String |
AbstractDbUtils.genOrder(EntityDescriptor ed,
Collection<String> properties,
Collection<SortInfo> orderSequence)
|
Uses of SortInfo in de.schwarzrot.data.meta |
---|
Methods in de.schwarzrot.data.meta that return types with arguments of type SortInfo | |
---|---|
List<SortInfo> |
ColumnDefinition.getDefaultOrder()
|
Uses of SortInfo in de.schwarzrot.data.support |
---|
Methods in de.schwarzrot.data.support that return types with arguments of type SortInfo | |
---|---|
List<SortInfo> |
AbstractWeightedEntityReference.getDefaultOrder()
|
List<SortInfo> |
AbstractEntity.getDefaultOrder()
|
Uses of SortInfo in de.schwarzrot.data.transaction |
---|
Methods in de.schwarzrot.data.transaction that return types with arguments of type SortInfo | |
---|---|
Collection<SortInfo> |
TORead.getOrderSequence()
|
|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |