public interface EntityViewProxy
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
$$_getEntityViewClass()
Returns the entity view type of this object.
|
Object |
$$_getId()
Returns the identifier object of this entity view if it has one, otherwise
null. |
Class<?> |
$$_getJpaManagedClass()
Returns the JPA managed type for which this entity view object is a projection.
|
Object |
$$_getVersion()
Returns the version object of this entity view if it has one, otherwise
null. |
boolean |
$$_isNew()
Whether the instance was created via
EntityViewManager.create(Class) and will cause an entity to be persisted during an update. |
Class<?> $$_getJpaManagedClass()
Class<?> $$_getEntityViewClass()
boolean $$_isNew()
EntityViewManager.create(Class) and will cause an entity to be persisted during an update.Object $$_getId()
null.nullObject $$_getVersion()
null.nullCopyright © 2014–2018 Blazebit. All rights reserved.