Uses of Class
pl.slawas.entities.IDUtilsErrorException

Packages that use IDUtilsErrorException
pl.slawas.entities   
 

Uses of IDUtilsErrorException in pl.slawas.entities
 

Subclasses of IDUtilsErrorException in pl.slawas.entities
 class IDCantGetIdAnnotationException
          IDCantGetIdAnnotationException Klasa informująca o wewnetrznym błędzie podczas czytania obiektu encji.
 class IDCantGetValueOfIdFieldException
          IDCantGetValueOfIdFieldException Klasa informaująca o wewnetrznym błędzie podczas czytania obiektu encji.
 

Methods in pl.slawas.entities that throw IDUtilsErrorException
static java.lang.String IDUtils.getIdFieldName(java.lang.Class<?> entityClass)
          Pobieranie nazwy pola z identyfikatorem dla podanej klasy encji
static java.lang.Object IDUtils.getObjectId(java.lang.Object single)
          Pobranie wartości identyfikatore na podstawie obiektu encji
static java.lang.Object IDUtils.setObjectId(java.lang.Object single, java.lang.Object id)
          Ustawianie wartości identyfikatora dla obiektu
static java.lang.Object IDUtils.stringToId(java.lang.Class<?> singleClass, java.lang.String str)
          W miarę uniwersalna metoda konwertująca wartośc identyfikatora podaną jako string do odpowiedniego obiektu (z odpowiednią wartością) na podstwie klasy endji.
 



Copyright © 2014 Sci Software. All Rights Reserved.