Uses of Class
cn.vertxup.ui.domain.tables.pojos.VFragment
Packages that use VFragment
Package
Description
-
Uses of VFragment in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type VFragmentModifier and TypeMethodDescriptionVFragmentDao.findManyByButtonConnect(Collection<String> values) Find records that haveBUTTON_CONNECT IN (values)asynchronouslyVFragmentDao.findManyByButtonConnect(Collection<String> values, int limit) Find records that haveBUTTON_CONNECT IN (values)asynchronously limited by the given limitVFragmentDao.findManyByButtonGroup(Collection<String> values) Find records that haveBUTTON_GROUP IN (values)asynchronouslyVFragmentDao.findManyByButtonGroup(Collection<String> values, int limit) Find records that haveBUTTON_GROUP IN (values)asynchronously limited by the given limitVFragmentDao.findManyByConfig(Collection<String> values) Find records that haveCONFIG IN (values)asynchronouslyVFragmentDao.findManyByConfig(Collection<String> values, int limit) Find records that haveCONFIG IN (values)asynchronously limited by the given limitVFragmentDao.findManyByContainer(Collection<String> values) Find records that haveCONTAINER IN (values)asynchronouslyVFragmentDao.findManyByContainer(Collection<String> values, int limit) Find records that haveCONTAINER IN (values)asynchronously limited by the given limitVFragmentDao.findManyByGrid(Collection<Integer> values) Find records that haveGRID IN (values)asynchronouslyVFragmentDao.findManyByGrid(Collection<Integer> values, int limit) Find records that haveGRID IN (values)asynchronously limited by the given limitVFragmentDao.findManyByModal(Collection<String> values) Find records that haveMODAL IN (values)asynchronouslyVFragmentDao.findManyByModal(Collection<String> values, int limit) Find records that haveMODAL IN (values)asynchronously limited by the given limitVFragmentDao.findManyByNotice(Collection<String> values) Find records that haveNOTICE IN (values)asynchronouslyVFragmentDao.findManyByNotice(Collection<String> values, int limit) Find records that haveNOTICE IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VFragmentRecord,VFragment, String> VFragmentDao.queryExecutor()Methods in cn.vertxup.ui.domain.tables.daos with parameters of type VFragment -
Uses of VFragment in cn.vertxup.ui.domain.tables.pojos
Methods in cn.vertxup.ui.domain.tables.pojos that return VFragmentModifier and TypeMethodDescriptionVFragment.setButtonConnect(String buttonConnect) Setter forDB_ETERNAL.V_FRAGMENT.BUTTON_CONNECT.VFragment.setButtonGroup(String buttonGroup) Setter forDB_ETERNAL.V_FRAGMENT.BUTTON_GROUP.Setter forDB_ETERNAL.V_FRAGMENT.CONFIG.VFragment.setContainer(String container) Setter forDB_ETERNAL.V_FRAGMENT.CONTAINER.Setter forDB_ETERNAL.V_FRAGMENT.GRID.Setter forDB_ETERNAL.V_FRAGMENT.KEY.Setter forDB_ETERNAL.V_FRAGMENT.MODAL.Setter forDB_ETERNAL.V_FRAGMENT.NOTICE. -
Uses of VFragment in cn.vertxup.ui.domain.tables.records
Constructors in cn.vertxup.ui.domain.tables.records with parameters of type VFragmentModifierConstructorDescriptionVFragmentRecord(VFragment value) Create a detached, initialised VFragmentRecord