Interface SecondaryDatastoreClass

  • All Superinterfaces:
    DatastoreClass, Table, org.datanucleus.store.schema.table.Table
    All Known Implementing Classes:
    SecondaryTable

    public interface SecondaryDatastoreClass
    extends DatastoreClass
    Secondary datastore class, managing the mapping of some of the fields of the class and dependent on a DatastoreClass.
    • Method Detail

      • getPrimaryDatastoreClass

        DatastoreClass getPrimaryDatastoreClass()
        Accessor for the primary datastore class that this is dependent on.
        Returns:
        The associated primary datastore class.
      • getJoinMetaData

        org.datanucleus.metadata.JoinMetaData getJoinMetaData()
        Accessor for the JoinMetaData which is used to join to the primary DatastoreClass.
        Returns:
        JoinMetaData