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