Class NullKeyEntityWrapper

All Implemented Interfaces:
EntityReference, Entity

public class NullKeyEntityWrapper extends ConditionalEntityWrapper
Wrapper for not returning any primary key info. All getters that would normally return a value of a pk field return null instead, no matter the real value.

Use Entities.nullKeyEntity(myEntity)