Uses of Interface
io.ebeaninternal.server.el.ElPropertyValue
Packages that use ElPropertyValue
-
Uses of ElPropertyValue in io.ebeaninternal.server.deploy
Classes in io.ebeaninternal.server.deploy that implement ElPropertyValueModifier and TypeClassDescriptionfinal classUsed to evaluate imported foreign keys so as to avoid unnecessary joins.classDescription 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 classMethods in io.ebeaninternal.server.deploy that return ElPropertyValueModifier and TypeMethodDescriptionBeanProperty.buildElPropertyValue(String propName, String remainder, ElPropertyChainBuilder chain, boolean propertyDeploy) BeanPropertyAssocMany.buildElPropertyValue(String propName, String remainder, ElPropertyChainBuilder chain, boolean propertyDeploy) BeanPropertyAssocOne.buildElPropertyValue(String propName, String remainder, ElPropertyChainBuilder chain, boolean propertyDeploy) BeanDescriptor.elGetValue(String propName) Get an Expression language Value object. -
Uses of ElPropertyValue in io.ebeaninternal.server.el
Classes in io.ebeaninternal.server.el that implement ElPropertyValueModifier and TypeClassDescriptionfinal classA ElGetValue based on a chain of properties.Methods in io.ebeaninternal.server.el with parameters of type ElPropertyValueModifier and TypeMethodDescriptionElPropertyChainBuilder.add(ElPropertyValue element) Add a ElGetValue element to the chain.Constructors in io.ebeaninternal.server.el with parameters of type ElPropertyValueModifierConstructorDescriptionElComparatorProperty(ElPropertyValue elGetValue, boolean ascending, boolean nullsHigh) ElPropertyChain(boolean containsMany, boolean embedded, String expression, ElPropertyValue[] chain)