java.lang.Object
io.ebeaninternal.server.deploy.BeanProperty
io.ebeaninternal.server.deploy.BeanPropertyOrderColumn
- All Implemented Interfaces:
ScalarDataReader<Object>,ExpressionPath,Property,ElPropertyDeploy,ElPropertyValue,STreeProperty
Bean property for synthetic sort order value / order column.
The value of which is held on the entity bean intercept.
-
Field Summary
Fields inherited from class io.ebeaninternal.server.deploy.BeanProperty
idFields inherited from interface io.ebeaninternal.server.el.ElPropertyDeploy
ROOT_ELPREFIX -
Constructor Summary
ConstructorsConstructorDescriptionBeanPropertyOrderColumn(BeanDescriptor<?> descriptor, DeployBeanProperty deploy) -
Method Summary
Modifier and TypeMethodDescriptiongetValue(EntityBean bean) Return the value of the property method.getValueIntercept(EntityBean bean) voidsetValue(EntityBean bean, Object value) Set the value of the property without interception or PropertyChangeSupport.voidsetValueIntercept(EntityBean bean, Object value) Set the value of the property.Methods inherited from class io.ebeaninternal.server.deploy.BeanProperty
addTenant, appendFrom, appendSelect, assocIdExpression, assocIdInExpr, assocIdInValueExpr, assocIdValues, assocIsEmpty, beanProperty, bind, buildElPropertyValue, buildRawSqlSelectChain, containsFormulaWithJoin, containsMany, containsManySince, convert, createMutableInfo, dbBind, dbCheckConstraintValues, dbColumn, dbColumnDefault, dbColumnDefn, dbComment, dbEncryptedType, dbLength, dbMigrationInfos, dbScale, dbType, decryptProperty, deployOrder, descriptor, diff, elName, elPlaceholder, elPrefix, encryptKey, encryptKeyAsString, fetchPreference, format, fullName, generatedProperty, getCacheDataValue, getCacheDataValueOrig, initialise, isAggregation, isArrayType, isAssignableFrom, isAssocId, isAssocMany, isAssocProperty, isCacheDataInclude, isDbEncrypted, isDbInsertable, isDbUpdatable, isDDLColumn, isDDLNotNull, isDiscriminator, isEmbedded, isExcludedFromHistory, isFetchEager, isFormula, isGenerated, isId, isImportedPrimaryKey, isJsonSerialize, isLoadProperty, isLob, isLobForPlatform, isLobType, isLocal, isLocalEncrypted, isMany, isMutableScalarType, isNaturalKey, isNullable, isScalar, isSecondaryTable, isSoftDelete, isTenantId, isTransient, isUnique, isUnmappedJson, isVersion, jdbcType, jsonRead, jsonRead, jsonWrite, jsonWriteForInsert, jsonWriteValue, load, loadIgnore, localEncrypt, merge, name, override, parse, pathGet, pathGetNested, pathSet, property, propertyIndex, read, read, readData, readSet, readSet, registerColumn, renderDbType, scalarType, secondaryTableJoinPrefix, setCacheDataValue, setDeployOrder, setTenantValue, setValueChanged, stringParser, toString, type, value, writeDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.ebeaninternal.server.query.STreeProperty
extraIncludes, isAggregationManyToOne
-
Constructor Details
-
BeanPropertyOrderColumn
-
-
Method Details
-
getValue
Description copied from class:BeanPropertyReturn the value of the property method.- Overrides:
getValuein classBeanProperty
-
getValueIntercept
- Overrides:
getValueInterceptin classBeanProperty
-
setValue
Description copied from class:BeanPropertySet the value of the property without interception or PropertyChangeSupport.- Overrides:
setValuein classBeanProperty
-
setValueIntercept
Description copied from class:BeanPropertySet the value of the property.- Overrides:
setValueInterceptin classBeanProperty
-