org.objectweb.jorm.naming.api

Interface NamingFilterKeyProvider

public interface NamingFilterKeyProvider

In order to support a particular naming filtering

Author:
S.Chassande-Barrioz

Method Summary

Object
getNamingFilterKey()
PType
getNamingFilterKeyType()
PType
getPersistentClassType()
void
setNamingFilterKey(Object keyValue)

Method Details

getNamingFilterKey

public Object getNamingFilterKey()

Returns:
the key of the naming filter


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.


setNamingFilterKey

public void setNamingFilterKey(Object keyValue)