I
- type of the storable's id (Primary key for databases). It should
be an immutable type. It is critical this type implements equals()
and hashCode() correctly.public interface Storable<I extends Serializable>
I getId()
Copyright © 2015. All Rights Reserved.