Uses of Class
com.ocs.dynamo.envers.domain.RevisionKey
-
Packages that use RevisionKey Package Description com.ocs.dynamo.envers.dao.impl com.ocs.dynamo.envers.domain -
-
Uses of RevisionKey in com.ocs.dynamo.envers.dao.impl
Methods in com.ocs.dynamo.envers.dao.impl that return types with arguments of type RevisionKey Modifier and Type Method Description List<RevisionKey<ID>>VersionedEntityDaoImpl. findIds(Filter filter, SortOrder... sortOrders)Methods in com.ocs.dynamo.envers.dao.impl with parameters of type RevisionKey Modifier and Type Method Description UVersionedEntityDaoImpl. fetchById(RevisionKey<ID> id, FetchJoinInformation... joins)Method parameters in com.ocs.dynamo.envers.dao.impl with type arguments of type RevisionKey Modifier and Type Method Description List<U>VersionedEntityDaoImpl. fetchByIds(List<RevisionKey<ID>> ids, SortOrders sortOrders, FetchJoinInformation... joins) -
Uses of RevisionKey in com.ocs.dynamo.envers.domain
Methods in com.ocs.dynamo.envers.domain that return RevisionKey Modifier and Type Method Description RevisionKey<ID>VersionedEntity. getId()Methods in com.ocs.dynamo.envers.domain with parameters of type RevisionKey Modifier and Type Method Description voidVersionedEntity. setId(RevisionKey<ID> id)
-