org.objectweb.jorm.naming.api
Interface NamingFilterKeyProvider
public interface NamingFilterKeyProvider
In order to support a particular naming filtering
- S.Chassande-Barrioz
getNamingFilterKey
public Object getNamingFilterKey()
- the key of the naming filter
getNamingFilterKeyType
public PType getNamingFilterKeyType()
- the PType of the key in the naming filter
getPersistentClassType
public PType getPersistentClassType()
- the PType of the persistent class which the key of the naming
filter is provided by this NamingFilterKeyProvider.
setNamingFilterKey
public void setNamingFilterKey(Object keyValue)