#505 - Remove unused method - EntityBean._ebean_createCopy();

This commit is contained in:
Robin Bygrave
2015-12-22 17:04:51 +13:00
parent 7592178b6b
commit e84c75929c
@@ -73,16 +73,6 @@ public interface EntityBean extends Serializable {
*/
EntityBeanIntercept _ebean_intercept();
/**
* Create a copy of this entity bean.
* <p>
* This occurs when a bean is changed. The copy represents the bean as it was
* initially (oldValues) before any changes where made. This is used for
* optimistic concurrency control.
* </p>
*/
Object _ebean_createCopy();
/**
* Set the value of a field of an entity bean of this type.
* <p>