
io.ebeaninternal.server.query.STreeProperty Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ebean Show documentation
Show all versions of ebean Show documentation
composite of common runtime dependencies for all platforms
package io.ebeaninternal.server.query;
import io.ebeaninternal.server.deploy.DbReadContext;
import io.ebeaninternal.server.deploy.DbSqlContext;
import io.ebeaninternal.server.type.ScalarDataReader;
import io.ebeaninternal.server.type.ScalarType;
import java.util.List;
/**
* A property in the SQL Tree.
*
* A BeanProperty or a dynamically created property based on formula.
*/
public interface STreeProperty extends ScalarDataReader
© 2015 - 2025 Weber Informatics LLC | Privacy Policy