类 RSystemMenuDao
java.lang.Object
org.jooq.impl.DAOImpl<R,P,T>
xyz.raylab.jooq.dao.DAOPlusImpl<RSystemMenuRecord,RSystemMenuPO,Integer>
xyz.raylab.systemcommon.infrastructure.persistent.tables.daos.RSystemMenuDao
- 所有已实现的接口:
org.jooq.DAO<RSystemMenuRecord,,RSystemMenuPO, Integer> xyz.raylab.jooq.dao.DAOPlus<RSystemMenuRecord,RSystemMenuPO, Integer>
@Repository
public class RSystemMenuDao
extends xyz.raylab.jooq.dao.DAOPlusImpl<RSystemMenuRecord,RSystemMenuPO,Integer>
系统菜单
-
构造器概要
构造器构造器说明Create a new RSystemMenuDao without any configurationRSystemMenuDao(org.jooq.Configuration configuration) Create a new RSystemMenuDao with an attached configuration -
方法概要
修饰符和类型方法说明fetchByCreatedBy(String... values) Fetch records that havecreated_by IN (values)fetchByCreatedTime(LocalDateTime... values) Fetch records that havecreated_time IN (values)fetchByEnabled(String... values) Fetch records that haveenabled IN (values)fetchByIcon(String... values) Fetch records that haveicon IN (values)Fetch records that haveid IN (values)fetchByName(String... values) Fetch records that havename IN (values)fetchByNavigationAddress(String... values) Fetch records that havenavigation_address IN (values)fetchByNavigationType(String... values) Fetch records that havenavigation_type IN (values)fetchByParentId(String... values) Fetch records that haveparent_id IN (values)fetchByPcPermissionId(String... values) Fetch records that havepc_permission_id IN (values)fetchByPcPermissionIdCode(String... values) Fetch records that havepc_permission_id_code IN (values)fetchByPcPermissionName(String... values) Fetch records that havepc_permission_name IN (values)Fetch records that havepk IN (values)fetchByRevision(String... values) Fetch records that haverevision IN (values)fetchBySortNumber(Integer... values) Fetch records that havesort_number IN (values)fetchByTenantId(String... values) Fetch records that havetenant_id IN (values)fetchByType(String... values) Fetch records that havetype IN (values)fetchByUpdatedBy(String... values) Fetch records that haveupdated_by IN (values)fetchByUpdatedTime(LocalDateTime... values) Fetch records that haveupdated_time IN (values)fetchOneById(String value) Fetch a unique record that hasid = valuefetchOneByPk(Integer value) Fetch a unique record that haspk = valuefetchOptionalById(String value) Fetch a unique record that hasid = valuefetchOptionalByPk(Integer value) Fetch a unique record that haspk = valuefetchRangeOfCreatedBy(String lowerInclusive, String upperInclusive) Fetch records that havecreated_by BETWEEN lowerInclusive AND upperInclusivefetchRangeOfCreatedTime(LocalDateTime lowerInclusive, LocalDateTime upperInclusive) Fetch records that havecreated_time BETWEEN lowerInclusive AND upperInclusivefetchRangeOfEnabled(String lowerInclusive, String upperInclusive) Fetch records that haveenabled BETWEEN lowerInclusive AND upperInclusivefetchRangeOfIcon(String lowerInclusive, String upperInclusive) Fetch records that haveicon BETWEEN lowerInclusive AND upperInclusivefetchRangeOfId(String lowerInclusive, String upperInclusive) Fetch records that haveid BETWEEN lowerInclusive AND upperInclusivefetchRangeOfName(String lowerInclusive, String upperInclusive) Fetch records that havename BETWEEN lowerInclusive AND upperInclusivefetchRangeOfNavigationAddress(String lowerInclusive, String upperInclusive) Fetch records that havenavigation_address BETWEEN lowerInclusive AND upperInclusivefetchRangeOfNavigationType(String lowerInclusive, String upperInclusive) Fetch records that havenavigation_type BETWEEN lowerInclusive AND upperInclusivefetchRangeOfParentId(String lowerInclusive, String upperInclusive) Fetch records that haveparent_id BETWEEN lowerInclusive AND upperInclusivefetchRangeOfPcPermissionId(String lowerInclusive, String upperInclusive) Fetch records that havepc_permission_id BETWEEN lowerInclusive AND upperInclusivefetchRangeOfPcPermissionIdCode(String lowerInclusive, String upperInclusive) Fetch records that havepc_permission_id_code BETWEEN lowerInclusive AND upperInclusivefetchRangeOfPcPermissionName(String lowerInclusive, String upperInclusive) Fetch records that havepc_permission_name BETWEEN lowerInclusive AND upperInclusivefetchRangeOfPk(Integer lowerInclusive, Integer upperInclusive) Fetch records that havepk BETWEEN lowerInclusive AND upperInclusivefetchRangeOfRevision(String lowerInclusive, String upperInclusive) Fetch records that haverevision BETWEEN lowerInclusive AND upperInclusivefetchRangeOfSortNumber(Integer lowerInclusive, Integer upperInclusive) Fetch records that havesort_number BETWEEN lowerInclusive AND upperInclusivefetchRangeOfTenantId(String lowerInclusive, String upperInclusive) Fetch records that havetenant_id BETWEEN lowerInclusive AND upperInclusivefetchRangeOfType(String lowerInclusive, String upperInclusive) Fetch records that havetype BETWEEN lowerInclusive AND upperInclusivefetchRangeOfUpdatedBy(String lowerInclusive, String upperInclusive) Fetch records that haveupdated_by BETWEEN lowerInclusive AND upperInclusivefetchRangeOfUpdatedTime(LocalDateTime lowerInclusive, LocalDateTime upperInclusive) Fetch records that haveupdated_time BETWEEN lowerInclusive AND upperInclusivegetId(RSystemMenuPO object) t()从类继承的方法 xyz.raylab.jooq.dao.DAOPlusImpl
count, delete, exists, fetchList, fetchList, fetchList, fetchList, fetchList, fetchList, fetchList, fetchList, fetchList, fetchList, fetchList, fetchList, fetchList, fetchList, fetchList, fetchOne, fetchOptional从类继承的方法 org.jooq.impl.DAOImpl
compositeKeyRecord, configuration, count, ctx, delete, delete, delete, deleteById, deleteById, dialect, exists, existsById, family, fetch, fetch, fetchOne, fetchOptional, fetchRange, findAll, findById, findOptionalById, getTable, getType, insert, insert, insert, mapper, merge, merge, merge, setConfiguration, settings, update, update, update从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.jooq.DAO
configuration, count, delete, delete, delete, deleteById, deleteById, dialect, exists, existsById, family, fetch, fetch, fetchOne, fetchOptional, fetchRange, findAll, findById, findOptionalById, getTable, getType, insert, insert, insert, mapper, merge, merge, merge, settings, update, update, update
-
构造器详细资料
-
RSystemMenuDao
public RSystemMenuDao()Create a new RSystemMenuDao without any configuration -
RSystemMenuDao
@Autowired public RSystemMenuDao(org.jooq.Configuration configuration) Create a new RSystemMenuDao with an attached configuration
-
-
方法详细资料
-
getId
-
fetchRangeOfPk
Fetch records that havepk BETWEEN lowerInclusive AND upperInclusive -
fetchByPk
Fetch records that havepk IN (values) -
fetchOneByPk
Fetch a unique record that haspk = value -
fetchOptionalByPk
Fetch a unique record that haspk = value -
fetchRangeOfId
Fetch records that haveid BETWEEN lowerInclusive AND upperInclusive -
fetchById
Fetch records that haveid IN (values) -
fetchOneById
Fetch a unique record that hasid = value -
fetchOptionalById
Fetch a unique record that hasid = value -
fetchRangeOfName
Fetch records that havename BETWEEN lowerInclusive AND upperInclusive -
fetchByName
Fetch records that havename IN (values) -
fetchRangeOfType
Fetch records that havetype BETWEEN lowerInclusive AND upperInclusive -
fetchByType
Fetch records that havetype IN (values) -
fetchRangeOfIcon
Fetch records that haveicon BETWEEN lowerInclusive AND upperInclusive -
fetchByIcon
Fetch records that haveicon IN (values) -
fetchRangeOfSortNumber
Fetch records that havesort_number BETWEEN lowerInclusive AND upperInclusive -
fetchBySortNumber
Fetch records that havesort_number IN (values) -
fetchRangeOfEnabled
Fetch records that haveenabled BETWEEN lowerInclusive AND upperInclusive -
fetchByEnabled
Fetch records that haveenabled IN (values) -
fetchRangeOfPcPermissionId
Fetch records that havepc_permission_id BETWEEN lowerInclusive AND upperInclusive -
fetchByPcPermissionId
Fetch records that havepc_permission_id IN (values) -
fetchRangeOfPcPermissionName
public List<RSystemMenuPO> fetchRangeOfPcPermissionName(String lowerInclusive, String upperInclusive) Fetch records that havepc_permission_name BETWEEN lowerInclusive AND upperInclusive -
fetchByPcPermissionName
Fetch records that havepc_permission_name IN (values) -
fetchRangeOfPcPermissionIdCode
public List<RSystemMenuPO> fetchRangeOfPcPermissionIdCode(String lowerInclusive, String upperInclusive) Fetch records that havepc_permission_id_code BETWEEN lowerInclusive AND upperInclusive -
fetchByPcPermissionIdCode
Fetch records that havepc_permission_id_code IN (values) -
fetchRangeOfParentId
Fetch records that haveparent_id BETWEEN lowerInclusive AND upperInclusive -
fetchByParentId
Fetch records that haveparent_id IN (values) -
fetchRangeOfCreatedBy
Fetch records that havecreated_by BETWEEN lowerInclusive AND upperInclusive -
fetchByCreatedBy
Fetch records that havecreated_by IN (values) -
fetchRangeOfCreatedTime
public List<RSystemMenuPO> fetchRangeOfCreatedTime(LocalDateTime lowerInclusive, LocalDateTime upperInclusive) Fetch records that havecreated_time BETWEEN lowerInclusive AND upperInclusive -
fetchByCreatedTime
Fetch records that havecreated_time IN (values) -
fetchRangeOfUpdatedBy
Fetch records that haveupdated_by BETWEEN lowerInclusive AND upperInclusive -
fetchByUpdatedBy
Fetch records that haveupdated_by IN (values) -
fetchRangeOfUpdatedTime
public List<RSystemMenuPO> fetchRangeOfUpdatedTime(LocalDateTime lowerInclusive, LocalDateTime upperInclusive) Fetch records that haveupdated_time BETWEEN lowerInclusive AND upperInclusive -
fetchByUpdatedTime
Fetch records that haveupdated_time IN (values) -
fetchRangeOfRevision
Fetch records that haverevision BETWEEN lowerInclusive AND upperInclusive -
fetchByRevision
Fetch records that haverevision IN (values) -
fetchRangeOfTenantId
Fetch records that havetenant_id BETWEEN lowerInclusive AND upperInclusive -
fetchByTenantId
Fetch records that havetenant_id IN (values) -
getTableObject
-
t
-