public interface EntityProxy<T>
Type Params | Return Type | Name and description |
---|---|---|
|
public java.io.Serializable |
getProxyKey()
|
|
public T |
getTarget() Obtains the target performing initialization if necessary |
|
public void |
initialize() Initializes the proxy if it hasn't been initialized already |
|
public boolean |
isInitialized() Checks whether the proxy has been initialized |
Obtains the target performing initialization if necessary
Initializes the proxy if it hasn't been initialized already
Checks whether the proxy has been initialized