org.springframework.datastore.proxy
Interface EntityProxy


public interface EntityProxy

Since:
1.0

Method Summary
 Object getTarget()
          Obtains the target performing initialization if necessary
 void initialize()
          Initializes the proxy if it hasn't been initialized already
 boolean isInitialized()
          Checks whether the proxy has been initialized
 

Method Detail

initialize

void initialize()
Initializes the proxy if it hasn't been initialized already


getTarget

Object getTarget()
Obtains the target performing initialization if necessary

Returns:
The target

isInitialized

boolean isInitialized()
Checks whether the proxy has been initialized

Returns:
True if it has