Uses of Interface
io.ebeaninternal.server.query.STreeProperty
Packages that use STreeProperty
Package
Description
Bean description
Helpers for Id property conversion
-
Uses of STreeProperty in io.ebeaninternal.server.deploy
Classes in io.ebeaninternal.server.deploy that implement STreePropertyModifier and TypeClassDescriptionclassDescription of a property of a bean.classAbstract base for properties mapped to an associated bean, list, set or map.classProperty mapped to a List Set or Map.classProperty mapped to a joined bean.final classBean property for an IdClass embeddedId.classA DbJson property that does not use Jackson ObjectMapper.final classHandle json property with MutationDetection of SOURCE or HASH only.final classBean property for synthetic sort order value / order column.final classfinal classMethods in io.ebeaninternal.server.deploy that return STreePropertyModifier and TypeMethodDescriptionBeanDescriptor.findPropertyWithDynamic(String propName, String path) Return a property that is part of the SQL tree.BeanDescriptor.propsBaseScalar()Methods in io.ebeaninternal.server.deploy with parameters of type STreePropertyModifier and TypeMethodDescriptionvoidBeanDescriptor.inheritanceLoad(SqlBeanLoad sqlBeanLoad, STreeProperty property, DbReadContext ctx) -
Uses of STreeProperty in io.ebeaninternal.server.deploy.id
Methods in io.ebeaninternal.server.deploy.id that return STreeProperty -
Uses of STreeProperty in io.ebeaninternal.server.query
Subinterfaces of STreeProperty in io.ebeaninternal.server.queryModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceMethods in io.ebeaninternal.server.query that return STreePropertyModifier and TypeMethodDescriptionSTreeType.findProperty(String propName) Find a known property.STreeType.findPropertyFromPath(String property) Return the bean property traversing the object graph and taking into account inheritance.STreeType.findPropertyWithDynamic(String baseName, String path) Find and return property allowing for dynamic formula properties.SqlTreeProperties.props()STreeType.propsBaseScalar()Return the scalar properties.Methods in io.ebeaninternal.server.query with parameters of type STreePropertyModifier and TypeMethodDescriptionvoidSqlTreeProperties.add(STreeProperty prop) voidSqlTreeProperties.add(STreeProperty[] props) voidSTreeType.inheritanceLoad(SqlBeanLoad sqlBeanLoad, STreeProperty property, DbReadContext ctx) Load the property taking into account inheritance.