|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EmbeddableType | |
---|---|
com.caucho.amber.cfg | |
com.caucho.amber.expr | |
com.caucho.amber.field | |
com.caucho.amber.gen | |
com.caucho.amber.manager |
Uses of EmbeddableType in com.caucho.amber.cfg |
---|
Methods in com.caucho.amber.cfg that return EmbeddableType | |
---|---|
EmbeddableType |
EmbeddableIntrospector.introspect(java.lang.Class type)
Introspects. |
Uses of EmbeddableType in com.caucho.amber.expr |
---|
Methods in com.caucho.amber.expr that return EmbeddableType | |
---|---|
EmbeddableType |
LoadEmbeddedExpr.getEmbeddableType()
Returns the embeddable type. |
EmbeddableType |
EmbeddedExpr.getTargetType()
Returns the target type. |
Constructors in com.caucho.amber.expr with parameters of type EmbeddableType | |
---|---|
EmbeddedExpr(PathExpr parent,
EmbeddableType embeddableType,
java.util.ArrayList<EmbeddedSubField> subFields)
Creates a new expression. |
Uses of EmbeddableType in com.caucho.amber.field |
---|
Methods in com.caucho.amber.field that return EmbeddableType | |
---|---|
EmbeddableType |
EntityEmbeddedField.getEmbeddableType()
|
Methods in com.caucho.amber.field with parameters of type EmbeddableType | |
---|---|
void |
EntityEmbeddedField.setEmbeddableType(EmbeddableType type)
Sets the result type. |
Constructors in com.caucho.amber.field with parameters of type EmbeddableType | |
---|---|
EmbeddedIdField(EntityType ownerType,
EmbeddableType embeddableType)
|
|
EmbeddedIdField(EntityType ownerType,
EmbeddableType embeddableType,
java.lang.String name)
|
|
EntityEmbeddedField(EntityType ownerType,
EmbeddableType embeddableType)
|
|
EntityEmbeddedField(EntityType ownerType,
EmbeddableType embeddableType,
java.lang.String name)
|
Uses of EmbeddableType in com.caucho.amber.gen |
---|
Methods in com.caucho.amber.gen with parameters of type EmbeddableType | |
---|---|
void |
EmbeddableComponent.setEmbeddableType(EmbeddableType embeddableType)
Sets the bean info for the generator |
Uses of EmbeddableType in com.caucho.amber.manager |
---|
Methods in com.caucho.amber.manager that return EmbeddableType | |
---|---|
EmbeddableType |
AmberPersistenceUnit.createEmbeddable(java.lang.Class beanClass)
Adds an embeddable type. |
EmbeddableType |
AmberPersistenceUnit.createEmbeddable(java.lang.String name,
java.lang.Class beanClass)
Adds an embeddable type. |
EmbeddableType |
AmberContainer.getEmbeddable(java.lang.String className)
Returns the EmbeddableType for an introspected class. |
EmbeddableType |
AmberPersistenceUnit.getEmbeddable(java.lang.String className)
Returns a matching embeddable type. |
Methods in com.caucho.amber.manager with parameters of type EmbeddableType | |
---|---|
void |
AmberContainer.addEmbeddable(java.lang.String className,
EmbeddableType type)
Adds an embeddable for an introspected class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |