Uses of Class
com.echothree.model.data.core.common.pk.EntityAttributeLongPK
Packages that use EntityAttributeLongPK
Package
Description
-
Uses of EntityAttributeLongPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeLongPK -
Uses of EntityAttributeLongPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeLongPKModifier and TypeMethodDescriptionEntityAttributeLongFactory.getNextPK()EntityAttributeLongFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityAttributeLongFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeLongPKModifier and TypeMethodDescriptionEntityAttributeLongFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityAttributeLongFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityAttributeLongFactory.getPKsFromResultSetAsList(ResultSet rs) EntityAttributeLongFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeLongPKModifier and TypeMethodDescriptionEntityAttributeLongFactory.getEntityFromCache(EntityAttributeLongPK pk) EntityAttributeLongFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeLongPK pk) EntityAttributeLongFactory.getValueFromPK(EntityAttributeLongPK pk) voidEntityAttributeLongFactory.remove(EntityAttributeLongPK pk) booleanEntityAttributeLongFactory.validPK(EntityAttributeLongPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeLongPKModifier and TypeMethodDescriptionEntityAttributeLongFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAttributeLongPK> pks) EntityAttributeLongFactory.getValuesFromPKs(Collection<EntityAttributeLongPK> pks) voidEntityAttributeLongFactory.remove(Collection<EntityAttributeLongPK> pks) -
Uses of EntityAttributeLongPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeLongPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityAttributeLongPKModifierConstructorDescriptionEntityAttributeLongValue(EntityAttributeLongPK entityAttributeLongPK, EntityAttributePK entityAttributePK, Long upperRangeLongValue, Long upperLimitLongValue, Long lowerLimitLongValue, Long lowerRangeLongValue, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeLongValue -
Uses of EntityAttributeLongPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return EntityAttributeLongPKModifier and TypeMethodDescriptionEntityAttributeLongs.EntityAttributeLong()Getter forentityattributelongs.enal_entityattributelongid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type EntityAttributeLongPKModifier and TypeMethodDescriptionorg.jooq.Record1<EntityAttributeLongPK> EntityAttributeLongs.key()Methods in com.echothree.model.jooq.server.records.core with parameters of type EntityAttributeLongPKModifier and TypeMethodDescriptionvoidEntityAttributeLongs.EntityAttributeLong(EntityAttributeLongPK value) Setter forentityattributelongs.enal_entityattributelongid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type EntityAttributeLongPKModifierConstructorDescriptionEntityAttributeLongs(EntityAttributeLongPK EntityAttributeLong, EntityAttributePK EntityAttribute, Long UpperRangeLongValue, Long UpperLimitLongValue, Long LowerLimitLongValue, Long LowerRangeLongValue, Long FromTime, Long ThruTime) Create a detached, initialised EntityAttributeLongs -
Uses of EntityAttributeLongPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type EntityAttributeLongPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<EntityAttributeLongs, EntityAttributeLongPK> EntityAttributeLongs.ENTITY_ATTRIBUTE_LONGThe columnentityattributelongs.enal_entityattributelongid.