public interface PreferredConstructorDiscoverer<T,P extends PersistentProperty<P>>PreferredConstructor を見つけるためのヘルパークラス。| 修飾子と型 | インターフェースと説明 |
|---|---|
static class | PreferredConstructorDiscoverer.DiscoverersPreferredConstructor を見つけるためのヘルパークラス。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
static <T,P extends PersistentProperty<P>> | discover(ClassSE<T> type) 指定された型の PreferredConstructor を検出します。 |
static <T,P extends PersistentProperty<P>> | discover(PersistentEntity<T,P> entity) 指定された PersistentEntity の PreferredConstructorDiscoverer を検出します。 |
@Nullable static <T,P extends PersistentProperty<P>> PreferredConstructor<T,P> discover(ClassSE<T> type)
PreferredConstructor を検出します。type - null であってはなりません。PreferredConstructor が見つかった場合、または null の場合。@Nullable static <T,P extends PersistentProperty<P>> PreferredConstructor<T,P> discover(PersistentEntity<T,P> entity)
PersistentEntity の PreferredConstructorDiscoverer を検出します。entity - null であってはなりません。PreferredConstructor が見つかった場合、または null の場合。Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.