Package org.ivoa.vodml.jpa
Interface JPAManipulationsForObjectType<ID>
-
- All Superinterfaces:
JPAManipulations
public interface JPAManipulationsForObjectType<ID> extends JPAManipulations
Interface to implement some common manipulations in JPA.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDgetId()Get the database ID.-
Methods inherited from interface org.ivoa.vodml.jpa.JPAManipulations
forceLoad, jpaClone, persistRefs
-
-
-
-
Method Detail
-
getId
ID getId()
Get the database ID.- Returns:
- the database ID.
-
-