Uses of Interface
org.dizitart.no2.repository.ObjectRepository
-
Packages that use ObjectRepository Package Description org.dizitart.no2 org.dizitart.no2.transaction -
-
Uses of ObjectRepository in org.dizitart.no2
Methods in org.dizitart.no2 that return ObjectRepository Modifier and Type Method Description <T> ObjectRepository<T>Nitrite. getRepository(Class<T> type)Opens a type-safe object repository from the store.<T> ObjectRepository<T>Nitrite. getRepository(Class<T> type, String key)Opens a type-safe object repository with a key identifier from the store.<T> ObjectRepository<T>Nitrite. getRepository(EntityDecorator<T> entityDecorator)Opens a type-safe object repository using aEntityDecorator.<T> ObjectRepository<T>Nitrite. getRepository(EntityDecorator<T> entityDecorator, String key)Opens a type-safe object repository using aEntityDecoratorand a key identifier from the store. -
Uses of ObjectRepository in org.dizitart.no2.transaction
Methods in org.dizitart.no2.transaction that return ObjectRepository Modifier and Type Method Description <T> ObjectRepository<T>Transaction. getRepository(Class<T> type)Gets anObjectRepositoryto perform transactional operations on it.<T> ObjectRepository<T>Transaction. getRepository(Class<T> type, String key)Gets anObjectRepositoryto perform transactional operations on it.<T> ObjectRepository<T>Transaction. getRepository(EntityDecorator<T> entityDecorator)Gets anObjectRepositoryto perform transactional operations on it.<T> ObjectRepository<T>Transaction. getRepository(EntityDecorator<T> entityDecorator, String key)Gets anObjectRepositoryto perform transactional operations on it.
-