|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
---|---|
org.ow2.bonita.pvm.internal.wire.descriptor | |
org.ow2.bonita.pvm.internal.wire.operation |
Uses of Operation in org.ow2.bonita.pvm.internal.wire.descriptor |
---|
Classes in org.ow2.bonita.pvm.internal.wire.descriptor that implement Operation | |
---|---|
static class |
HibernateConfigurationDescriptor.AddClass
|
static class |
HibernateConfigurationDescriptor.AddFile
|
static class |
HibernateConfigurationDescriptor.AddResource
|
static class |
HibernateConfigurationDescriptor.AddUrl
|
static class |
HibernateConfigurationDescriptor.CreateSchema
|
static class |
HibernateConfigurationDescriptor.SetCacheConcurrencyStrategy
|
static class |
HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy
|
static class |
HibernateConfigurationDescriptor.UpdateSchema
|
Methods in org.ow2.bonita.pvm.internal.wire.descriptor that return Operation | |
---|---|
static Operation |
HibernateConfigurationDescriptor.CreateSchema.getInstance()
Returns the sole instance of this class |
static Operation |
HibernateConfigurationDescriptor.UpdateSchema.getInstance()
|
Operation |
HibernateConfigurationDescriptor.getSchemaOperation()
|
Methods in org.ow2.bonita.pvm.internal.wire.descriptor that return types with arguments of type Operation | |
---|---|
java.util.List<Operation> |
ObjectDescriptor.getOperations()
Gets the list of operations to perform during initialization. |
Methods in org.ow2.bonita.pvm.internal.wire.descriptor with parameters of type Operation | |
---|---|
void |
HibernateConfigurationDescriptor.addCacheOperation(Operation operation)
|
void |
HibernateConfigurationDescriptor.addMappingOperation(Operation operation)
|
void |
ObjectDescriptor.addOperation(Operation operation)
Adds an operation to perform during initialization. |
void |
HibernateConfigurationDescriptor.setSchemaOperation(Operation schemaOperation)
|
Method parameters in org.ow2.bonita.pvm.internal.wire.descriptor with type arguments of type Operation | |
---|---|
void |
ObjectDescriptor.setOperations(java.util.List<Operation> operations)
Sets the list of operations to perform during initialization. |
Uses of Operation in org.ow2.bonita.pvm.internal.wire.operation |
---|
Classes in org.ow2.bonita.pvm.internal.wire.operation that implement Operation | |
---|---|
class |
AbstractOperation
|
class |
EnlistOperation
enlists this StandardResource with the current Transaction . |
class |
FieldOperation
injects another object into a field. |
class |
InvokeOperation
invokes a method. |
class |
PropertyOperation
injects another object with a setter method. |
class |
SubscribeOperation
subscribes to an observable . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |