Package | Description |
---|---|
com.breeze.hib | |
com.breeze.metadata | |
com.breeze.query | |
com.breeze.save |
Modifier and Type | Method and Description |
---|---|
QueryResult |
HibernateQueryProcessor.executeQuery(IEntityType entityType,
EntityQuery entityQuery) |
Modifier and Type | Class and Description |
---|---|
class |
Metadata.EntityType
The metadata that describes a single java entity class.
|
Modifier and Type | Method and Description |
---|---|
IEntityType |
Metadata.DataProperty.getComplexType() |
IEntityType |
IDataProperty.getComplexType() |
IEntityType |
Metadata.NavigationProperty.getEntityType() |
IEntityType |
INavigationProperty.getEntityType() |
IEntityType |
Metadata.getEntityType(java.lang.String entityTypeName) |
IEntityType |
Metadata.getEntityTypeForClass(java.lang.Class<?> clazz) |
IEntityType |
Metadata.getEntityTypeForResourceName(java.lang.String resourceName) |
IEntityType |
Metadata.DataProperty.getParentType() |
IEntityType |
Metadata.NavigationProperty.getParentType() |
IEntityType |
IProperty.getParentType() |
Modifier and Type | Method and Description |
---|---|
static IProperty |
MetadataHelper.getPropertyFromPath(java.lang.String propertyPath,
IEntityType entityType) |
Constructor and Description |
---|
Metadata.DataProperty(IEntityType parentType,
java.util.Map<java.lang.String,java.lang.Object> dpMap,
Metadata metadata) |
Metadata.NavigationProperty(IEntityType parentType,
java.util.Map<java.lang.String,java.lang.Object> npMap,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
IEntityType |
PropExpression.getEntityType() |
IEntityType |
EntityQuery.getEntityType()
Returns the EntityType that this query has been validated against.
|
Modifier and Type | Method and Description |
---|---|
static FnExpression |
FnExpression.createFrom(java.lang.String source,
IEntityType entityType) |
static Expression |
Expression.createLHSExpression(java.lang.Object exprSource,
IEntityType entityType) |
static Expression |
Expression.createRHSExpression(java.lang.Object exprSource,
IEntityType entityType,
DataType otherExprDataType) |
protected abstract QueryResult |
QueryProcessor.executeQuery(IEntityType entityType,
EntityQuery entityQuery) |
void |
UnaryPredicate.validate(IEntityType entityType) |
void |
SelectClause.validate(IEntityType entityType) |
abstract void |
Predicate.validate(IEntityType entityType) |
void |
OrderByClause.validate(IEntityType entityType) |
void |
OrderByClause.OrderByItem.validate(IEntityType entityType) |
void |
EntityQuery.validate(IEntityType entityType)
Validates that all of the clauses that make up this query are consistent with the
specified EntityType.
|
void |
BinaryPredicate.validate(IEntityType entityType) |
void |
AnyAllPredicate.validate(IEntityType entityType) |
void |
AndOrPredicate.validate(IEntityType entityType) |
Constructor and Description |
---|
PropExpression(java.lang.String propertyPath,
IEntityType entityType) |
Modifier and Type | Field and Description |
---|---|
IEntityType |
EntityInfo.entityType |