entityType
and the identifier id
from the index. If id == null
all indexed entities of this type and its indexed subclasses are deleted. In this case this method behaves like {@link #purgeAll(Class)}.
@param entityType The type of the entity to delete.
@param id The id of the entity to delete.
@throws IllegalArgumentException if entityType is null
or not an @Indexed entity type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|