Package | Description |
---|---|
com.caucho.amber.expr |
Modifier and Type | Class and Description |
---|---|
class |
CollectionSchemaExpr
Represents a collection from a from-item table.
|
class |
ElementCollectionSchemaExpr
Represents a collection from a from-item table.
|
class |
EmbeddedSchemaExpr
Represents an embedded from a from-item table.
|
class |
FromIdSchemaExpr
Represents from-item table.
|
class |
ManyToOneSchemaExpr
Represents a collection from a from-item table.
|
class |
OneToManySchemaExpr
Represents a collection from a from-item table.
|
class |
OneToOneSchemaExpr
Represents an association from a from-item table.
|
class |
TableIdExpr
Represents from-item table.
|
Modifier and Type | Method and Description |
---|---|
SchemaExpr |
ElementCollectionSchemaExpr.createField(QueryParser parser,
java.lang.String name)
Creates a field-based schema.
|
SchemaExpr |
OneToOneSchemaExpr.createField(QueryParser parser,
java.lang.String name)
Creates a field-based schema.
|
SchemaExpr |
EmbeddedSchemaExpr.createField(QueryParser parser,
java.lang.String name)
Creates a field-based schema.
|
SchemaExpr |
TableIdExpr.createField(QueryParser parser,
java.lang.String name)
Creates a field-based schema.
|
SchemaExpr |
FromIdSchemaExpr.createField(QueryParser parser,
java.lang.String name)
Creates a field-based schema.
|
SchemaExpr |
CollectionSchemaExpr.createField(QueryParser parser,
java.lang.String name)
Creates a field-based schema.
|
SchemaExpr |
ManyToOneSchemaExpr.createField(QueryParser parser,
java.lang.String name)
Creates a field-based schema.
|
SchemaExpr |
OneToManySchemaExpr.createField(QueryParser parser,
java.lang.String name)
Creates a field-based schema.
|
abstract SchemaExpr |
SchemaExpr.createField(QueryParser parser,
java.lang.String name)
Creates a field-based schema.
|