Class PersistentOperationClassVariables<T extends org.tentackle.pdo.Operation<T>,​P extends AbstractPersistentOperation<T,​P>>

  • Type Parameters:
    T - the operation class type
    P - the persistence class type

    public class PersistentOperationClassVariables<T extends org.tentackle.pdo.Operation<T>,​P extends AbstractPersistentOperation<T,​P>>
    extends org.tentackle.dbms.DbOperationClassVariables<P>
    Extends DbObjectClassVariables for AbstractPersistentOperations.
    Author:
    harald
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.tentackle.pdo.OperationMethodCache<T> methodCache
      The PDO method invocation cache.
      java.lang.Class<T> operationClass
      The associated operation class (i.e.
      • Fields inherited from class org.tentackle.dbms.DbOperationClassVariables

        className, clazz, remoteDelegateId
    • Constructor Summary

      Constructors 
      Constructor Description
      PersistentOperationClassVariables​(java.lang.Class<T> operationClass, java.lang.Class<P> clazz)
      Constructs a classvariable.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends org.tentackle.pdo.Operation<T>,​P extends AbstractPersistentOperation<T,​P>>
      PersistentOperationClassVariables<T,​P>
      create​(java.lang.Class<T> operationClass, java.lang.Class<P> clazz)
      Creates an operation classvariable.
      • Methods inherited from class org.tentackle.dbms.DbOperationClassVariables

        create, getRemoteDelegate, getRemoteDelegateId, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • operationClass

        public final java.lang.Class<T extends org.tentackle.pdo.Operation<T>> operationClass
        The associated operation class (i.e. the interface)
      • methodCache

        public final org.tentackle.pdo.OperationMethodCache<T extends org.tentackle.pdo.Operation<T>> methodCache
        The PDO method invocation cache.
    • Constructor Detail

      • PersistentOperationClassVariables

        public PersistentOperationClassVariables​(java.lang.Class<T> operationClass,
                                                 java.lang.Class<P> clazz)
        Constructs a classvariable.
        Parameters:
        operationClass - the operation's class (i.e. interface)
        clazz - the class of the derived operation
    • Method Detail

      • create

        public static <T extends org.tentackle.pdo.Operation<T>,​P extends AbstractPersistentOperation<T,​P>> PersistentOperationClassVariables<T,​P> create​(java.lang.Class<T> operationClass,
                                                                                                                                                                            java.lang.Class<P> clazz)
        Creates an operation classvariable.
        Type Parameters:
        T - the operation class type
        P - the persistence class type
        Parameters:
        operationClass - the operation's class (i.e. interface)
        clazz - the class of the derived operation