Class PersonsFilter
Object
PersonsFilter
- All Implemented Interfaces:
DescriptorCustomizer
- Direct Known Subclasses:
PersonsFilterForGuild
,PersonsFilterForRoom
This class is customizing the collection of
Person
s
in an entity to only contain
active persons. In other words, it is a kind of filter.
This is typically EclipseLink and is not provided by JPA.- Author:
- maartenl
- See Also:
-
Constructor Details
-
PersonsFilter
public PersonsFilter()
-
-
Method Details
-
getCollectionName
- Returns:
- the name of the field in the entity that is the collection of Persons.
-
getFieldName
- Returns:
- the name of the field in the
invalid reference
Person
Customizer
annotation.
-
getIdentifier
- Returns:
- the identifier of the Entity that has the
Customizer
annotation.
-
customize
-