Class ClientMetadataValueDao


public class ClientMetadataValueDao extends AbstractDao
Provides a DAO for the ClientMetadataValue entity.
See Also:
  • Constructor Details

    • ClientMetadataValueDao

      public ClientMetadataValueDao()
  • Method Details

    • getClientMetadataValueFromPk

      public ClientMetadataValue getClientMetadataValueFromPk(Object id)
      Return the ClientMetadataValue object with the given OID
      Parameters:
      id - the OID
      Returns:
      the matching ClientMetadataValue object, or null if none was found