- Sort Score
- Num 10 results
- Language All
- Labels All
Results 691 - 700 of 2,297 for null (0.95 seconds)
-
ConditionBean | DBFlute
option) null かどうか (is null) : IsNull - cb.query().setFoo_IsNull()...cb.query().setFoo_IsNull() null か空文字かどうか (is null or empty) : IsNullOrEmpty...dbflute.seasar.org/ja/manual/function/ormapper/conditionbean/index.html -
RestClient.RequestHeadersSpec (Spring Framework...
ngeFunction returning a non-null required value. Method Summary...defaultApiVersion is used, if configured. If null is passed, then an API version...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/client/RestClien... -
JdbcTemplate (Spring Framework 7.0.0 API)
object (may be null if the given RowMapper returned null ) Throws:...required type, or null in case of SQL NULL Throws: DataAccessException...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/core/JdbcTempla... -
update(entity) | DBFlute
上は) null のカラムがあっても、そのカラムが null で更新されることはありません(明示的に null で設定されれば、null...member.setBirthdate( null ); // 明示的に null を設定すれば null で更新される memberBhv...dbflute.seasar.org/ja/manual/function/ormapper/behavior/update/update.html -
selectEntity(cb) (一件検索) | DBFlute
存在しないかもしれなくって、単に中のEntityを取り出すなら (なければnull) // (他のメソッドにnullありのEntity渡す必要があるとき) Member...orElse(null) ; seaLogic .land( member ); // Entityで受け取って、null分岐を中でやっているなら...dbflute.seasar.org/ja/manual/function/ormapper/behavior/select/selectentity.html -
JtaTransactionManager (Spring Framework 7.0.0 API)
implementation simply returns null . Returns: the JTA UserTransaction...UserTransaction handle to use, or null if none found Throws: TransactionSystemExc...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/transaction/jta/JtaT... -
ConcurrentTaskExecutor (Spring Framework 7.0.0 ...
the Runnable to execute (never null ) execute @Deprecated ( since...the Runnable to execute (never null ) startTimeout - the time duration...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/scheduling/concurren... -
Java - map() and flatMap() | DBFlute
----(wrap)---/`\---gt; (1) | | {null, "sea"} | => null | | | or | \------+...+--------- +--------- return null: +- Optional<Member> --+...dbflute.seasar.org/ja/manual/topic/programming/java/java8/mapandflat.html -
数値の汎用的な範囲条件 (RangeOf) | DBFlute
もしくは null 例えば、"30歳未満、もしくは null" というような条件を設定できます。 不明な値(null)を業務...メソッド仕様 基本仕様 nullの指定 引数の minValue と maxValue が両方とも null の場合は、その条件は無効となります。片方だけが...dbflute.seasar.org/ja/manual/function/ormapper/conditionbean/query/rangeof.html -
ValidationUtils (Spring Framework 7.0.0 API)
Validator or Errors arguments is null , or if the supplied Validator...Validator or Errors arguments is null , or if the supplied Validator...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/validation/Validatio...