Uses of Class
com.echothree.model.data.core.common.pk.EntityBlobAttributePK
Packages that use EntityBlobAttributePK
Package
Description
-
Uses of EntityBlobAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityBlobAttributePK -
Uses of EntityBlobAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityBlobAttributePKModifier and TypeMethodDescriptionEntityBlobAttributeFactory.getNextPK()EntityBlobAttributeFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityBlobAttributeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityBlobAttributePKModifier and TypeMethodDescriptionEntityBlobAttributeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityBlobAttributeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityBlobAttributeFactory.getPKsFromResultSetAsList(ResultSet rs) EntityBlobAttributeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityBlobAttributePKModifier and TypeMethodDescriptionEntityBlobAttributeFactory.getEntityFromCache(EntityBlobAttributePK pk) EntityBlobAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityBlobAttributePK pk) EntityBlobAttributeFactory.getValueFromPK(EntityBlobAttributePK pk) voidEntityBlobAttributeFactory.remove(EntityBlobAttributePK pk) booleanEntityBlobAttributeFactory.validPK(EntityBlobAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityBlobAttributePKModifier and TypeMethodDescriptionEntityBlobAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityBlobAttributePK> pks) EntityBlobAttributeFactory.getValuesFromPKs(Collection<EntityBlobAttributePK> pks) voidEntityBlobAttributeFactory.remove(Collection<EntityBlobAttributePK> pks) -
Uses of EntityBlobAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityBlobAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityBlobAttributePKModifierConstructorDescriptionEntityBlobAttributeValue(EntityBlobAttributePK entityBlobAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, ByteArray blobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of EntityBlobAttributeValue -
Uses of EntityBlobAttributePK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return EntityBlobAttributePKModifier and TypeMethodDescriptionEntityBlobAttributes.EntityBlobAttribute()Getter forentityblobattributes.enba_entityblobattributeid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type EntityBlobAttributePKModifier and TypeMethodDescriptionorg.jooq.Record1<EntityBlobAttributePK> EntityBlobAttributes.key()Methods in com.echothree.model.jooq.server.records.core with parameters of type EntityBlobAttributePKModifier and TypeMethodDescriptionvoidEntityBlobAttributes.EntityBlobAttribute(EntityBlobAttributePK value) Setter forentityblobattributes.enba_entityblobattributeid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type EntityBlobAttributePKModifierConstructorDescriptionEntityBlobAttributes(EntityBlobAttributePK EntityBlobAttribute, EntityAttributePK EntityAttribute, EntityInstancePK EntityInstance, LanguagePK Language, byte[] BlobAttribute, MimeTypePK MimeType, Long FromTime, Long ThruTime) Create a detached, initialised EntityBlobAttributes -
Uses of EntityBlobAttributePK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type EntityBlobAttributePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<EntityBlobAttributes, EntityBlobAttributePK> EntityBlobAttributes.ENTITY_BLOB_ATTRIBUTEThe columnentityblobattributes.enba_entityblobattributeid.