Interface PdoTranslator<T extends PersistentDomainObject<T>,V>

Type Parameters:
T - the PDO's type
V - the view's type
All Superinterfaces:
ValueTranslator<T,V>
All Known Implementing Classes:
PdoStringTranslator

public interface PdoTranslator<T extends PersistentDomainObject<T>,V> extends ValueTranslator<T,V>
A translator for PDOs.
  • Method Details