org.qi4j.spi
Interface Qi4jSPI

All Superinterfaces:
Qi4j

public interface Qi4jSPI
extends Qi4j

Encapsulation of the Qi4j SPI. This is implemented by the runtime.


Field Summary
 
Fields inherited from interface org.qi4j.api.Qi4j
FUNCTION_COMPOSITE_INSTANCE_OF, FUNCTION_DESCRIPTOR_FOR
 
Method Summary
 EntityState entityStateOf(EntityComposite composite)
           
 AssociationStateHolder stateOf(EntityComposite composite)
           
 StateHolder stateOf(TransientComposite composite)
           
 AssociationStateHolder stateOf(ValueComposite composite)
           
 
Methods inherited from interface org.qi4j.api.Qi4j
associationDescriptorFor, compositeDescriptorFor, dereference, entityDescriptorFor, modelDescriptorFor, moduleOf, propertyDescriptorFor, serviceDescriptorFor, transientDescriptorFor, valueDescriptorFor
 

Method Detail

stateOf

StateHolder stateOf(TransientComposite composite)

stateOf

AssociationStateHolder stateOf(EntityComposite composite)

stateOf

AssociationStateHolder stateOf(ValueComposite composite)

entityStateOf

EntityState entityStateOf(EntityComposite composite)