Uses of Interface
com.github.longdt.vertxorm.repository.IdAccessor
-
Packages that use IdAccessor Package Description com.github.longdt.vertxorm.repository -
-
Uses of IdAccessor in com.github.longdt.vertxorm.repository
Methods in com.github.longdt.vertxorm.repository that return IdAccessor Modifier and Type Method Description IdAccessor<ID,E>Configuration. getIdAccessor()Getter for the fieldidAccessor.Methods in com.github.longdt.vertxorm.repository with parameters of type IdAccessor Modifier and Type Method Description Configuration<ID,E>Configuration. setIdAccessor(IdAccessor<ID,E> idAccessor)Setter for the fieldidAccessor.
-