mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#616 - ElasticSearch expression - IllegalArgumentException: unhandled type class org.example.domain.Customer
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.avaje.ebeaninternal.server.el;
|
||||
|
||||
import com.avaje.ebean.bean.EntityBean;
|
||||
import com.avaje.ebean.plugin.ExpressionPath;
|
||||
|
||||
/**
|
||||
@@ -11,19 +10,6 @@ import com.avaje.ebean.plugin.ExpressionPath;
|
||||
*/
|
||||
public interface ElPropertyValue extends ElPropertyDeploy, ExpressionPath {
|
||||
|
||||
/**
|
||||
* Return the Id values for the given bean value.
|
||||
*/
|
||||
Object[] getAssocOneIdValues(EntityBean bean);
|
||||
|
||||
/**
|
||||
* Return the Id expression string.
|
||||
* <p>
|
||||
* Typically used to produce id = ? expression strings.
|
||||
* </p>
|
||||
*/
|
||||
String getAssocOneIdExpr(String prefix, String operator);
|
||||
|
||||
/**
|
||||
* Return the logical id value expression taking into account embedded id's.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user