类 ROperationLogDao
java.lang.Object
org.jooq.impl.DAOImpl<R,P,T>
xyz.raylab.jooq.dao.DAOPlusImpl<ROperationLogRecord,ROperationLogPO,Integer>
xyz.raylab.log.infrastructure.persistent.tables.daos.ROperationLogDao
- 所有已实现的接口:
org.jooq.DAO<ROperationLogRecord,,ROperationLogPO, Integer> xyz.raylab.jooq.dao.DAOPlus<ROperationLogRecord,ROperationLogPO, Integer>
@Repository
public class ROperationLogDao
extends xyz.raylab.jooq.dao.DAOPlusImpl<ROperationLogRecord,ROperationLogPO,Integer>
操作日志
-
构造器概要
构造器构造器说明Create a new ROperationLogDao without any configurationROperationLogDao(org.jooq.Configuration configuration) Create a new ROperationLogDao with an attached configuration -
方法概要
修饰符和类型方法说明fetchByCreatedBy(String... values) Fetch records that havecreated_by IN (values)fetchByCreatedTime(LocalDateTime... values) Fetch records that havecreated_time IN (values)fetchByLoginId(String... values) Fetch records that havelogin_id IN (values)fetchByOperationName(String... values) Fetch records that haveoperation_name IN (values)Fetch records that havepk IN (values)fetchByRemoteIp(String... values) Fetch records that haveremote_ip IN (values)fetchByRequestUri(String... values) Fetch records that haverequest_uri IN (values)fetchByRevision(String... values) Fetch records that haverevision IN (values)fetchByTenantId(String... values) Fetch records that havetenant_id IN (values)fetchByUpdatedBy(String... values) Fetch records that haveupdated_by IN (values)fetchByUpdatedTime(LocalDateTime... values) Fetch records that haveupdated_time IN (values)fetchByUserAgent(String... values) Fetch records that haveuser_agent IN (values)fetchByUserId(String... values) Fetch records that haveuser_id IN (values)fetchByUserName(String... values) Fetch records that haveuser_name IN (values)fetchOneByPk(Integer value) Fetch a unique record that haspk = 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 upperInclusivefetchRangeOfLoginId(String lowerInclusive, String upperInclusive) Fetch records that havelogin_id BETWEEN lowerInclusive AND upperInclusivefetchRangeOfOperationName(String lowerInclusive, String upperInclusive) Fetch records that haveoperation_name BETWEEN lowerInclusive AND upperInclusivefetchRangeOfPk(Integer lowerInclusive, Integer upperInclusive) Fetch records that havepk BETWEEN lowerInclusive AND upperInclusivefetchRangeOfRemoteIp(String lowerInclusive, String upperInclusive) Fetch records that haveremote_ip BETWEEN lowerInclusive AND upperInclusivefetchRangeOfRequestUri(String lowerInclusive, String upperInclusive) Fetch records that haverequest_uri BETWEEN lowerInclusive AND upperInclusivefetchRangeOfRevision(String lowerInclusive, String upperInclusive) Fetch records that haverevision BETWEEN lowerInclusive AND upperInclusivefetchRangeOfTenantId(String lowerInclusive, String upperInclusive) Fetch records that havetenant_id 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 upperInclusivefetchRangeOfUserAgent(String lowerInclusive, String upperInclusive) Fetch records that haveuser_agent BETWEEN lowerInclusive AND upperInclusivefetchRangeOfUserId(String lowerInclusive, String upperInclusive) Fetch records that haveuser_id BETWEEN lowerInclusive AND upperInclusivefetchRangeOfUserName(String lowerInclusive, String upperInclusive) Fetch records that haveuser_name BETWEEN lowerInclusive AND upperInclusivegetId(ROperationLogPO 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
-
构造器详细资料
-
ROperationLogDao
public ROperationLogDao()Create a new ROperationLogDao without any configuration -
ROperationLogDao
@Autowired public ROperationLogDao(org.jooq.Configuration configuration) Create a new ROperationLogDao 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 -
fetchRangeOfUserId
Fetch records that haveuser_id BETWEEN lowerInclusive AND upperInclusive -
fetchByUserId
Fetch records that haveuser_id IN (values) -
fetchRangeOfLoginId
Fetch records that havelogin_id BETWEEN lowerInclusive AND upperInclusive -
fetchByLoginId
Fetch records that havelogin_id IN (values) -
fetchRangeOfUserName
Fetch records that haveuser_name BETWEEN lowerInclusive AND upperInclusive -
fetchByUserName
Fetch records that haveuser_name IN (values) -
fetchRangeOfOperationName
public List<ROperationLogPO> fetchRangeOfOperationName(String lowerInclusive, String upperInclusive) Fetch records that haveoperation_name BETWEEN lowerInclusive AND upperInclusive -
fetchByOperationName
Fetch records that haveoperation_name IN (values) -
fetchRangeOfRequestUri
Fetch records that haverequest_uri BETWEEN lowerInclusive AND upperInclusive -
fetchByRequestUri
Fetch records that haverequest_uri IN (values) -
fetchRangeOfRemoteIp
Fetch records that haveremote_ip BETWEEN lowerInclusive AND upperInclusive -
fetchByRemoteIp
Fetch records that haveremote_ip IN (values) -
fetchRangeOfUserAgent
Fetch records that haveuser_agent BETWEEN lowerInclusive AND upperInclusive -
fetchByUserAgent
Fetch records that haveuser_agent IN (values) -
fetchRangeOfCreatedBy
Fetch records that havecreated_by BETWEEN lowerInclusive AND upperInclusive -
fetchByCreatedBy
Fetch records that havecreated_by IN (values) -
fetchRangeOfCreatedTime
public List<ROperationLogPO> 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<ROperationLogPO> 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
-