Uses of Interface
com.jdroid.java.domain.Identifiable

Packages that use Identifiable
com.jdroid.java.repository   
com.jdroid.java.utils   
 

Uses of Identifiable in com.jdroid.java.repository
 

Classes in com.jdroid.java.repository with type parameters of type Identifiable
 class InMemoryRepository<T extends Identifiable>
           
 interface RandomRepository<T extends Identifiable>
          Repository with the capability of getting random objects.
 interface Repository<T extends Identifiable>
          Interface that all repositories must adhere to.
 

Uses of Identifiable in com.jdroid.java.utils
 

Methods in com.jdroid.java.utils with parameters of type Identifiable
static void ReflectionUtils.setId(Identifiable identifiable, Long id)
           
 



Copyright © 2014. All rights reserved.