Package | Description |
---|---|
com.caucho.amber.expr | |
com.caucho.amber.field |
Modifier and Type | Method and Description |
---|---|
IdField |
KeyManyToOneExpr.getField()
Returns the name.
|
IdField |
IdFieldExpr.getField()
Returns the field.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityPathExpr.generateHaving(CharBuffer cb,
IdField field)
Generates the having expression.
|
void |
EntityPathExpr.generateWhere(CharBuffer cb,
IdField field)
Generates the where expression for a subfield
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedIdField
Configuration for a bean's field
|
class |
IdentifyingKeyPropertyField
Configuration for a bean's field
|
class |
KeyEmbeddedSubField
Represents the sub-field of an embedded type.
|
class |
KeyManyToOneField
Configuration for a bean's field
|
class |
KeyPropertyField
Configuration for a bean's field
|
Modifier and Type | Method and Description |
---|---|
IdField |
Id.getGeneratedIdField() |
IdField |
Id.getKey()
Returns the keys.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<IdField> |
SubId.getKeys()
Returns the keys.
|
java.util.ArrayList<IdField> |
Id.getKeys()
Returns all the keys.
|
java.util.ArrayList<IdField> |
SubId.getParentKeys()
Returns the parent keys.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Id.addKey(IdField key)
Adds a new field to the id.
|
int |
IdFieldCompare.compare(IdField a,
IdField b)
Compares the fields.
|
ForeignColumn |
DependentEntityOneToOneField.getColumn(IdField targetField)
Gets the column corresponding to the target field.
|
KeyPropertyField |
KeyManyToOneField.getIdField(IdField field)
Returns the identifying field matching the target's id.
|
void |
EntityMapField.setId(IdField id)
Sets the id field.
|
void |
EntityMapField.setIndex(IdField index)
Sets the index field.
|
Constructor and Description |
---|
Id(EntityType ownerType,
IdField key) |
Constructor and Description |
---|
CompositeId(EntityType ownerType,
java.util.ArrayList<IdField> keys) |
Id(EntityType ownerType,
java.util.ArrayList<IdField> keys) |