Uses of Class
com.echothree.model.data.core.common.pk.EntityCollectionAttributePK
Packages that use EntityCollectionAttributePK
Package
Description
-
Uses of EntityCollectionAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityCollectionAttributePK -
Uses of EntityCollectionAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityCollectionAttributePKModifier and TypeMethodDescriptionEntityCollectionAttributeFactory.getNextPK()EntityCollectionAttributeFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityCollectionAttributeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityCollectionAttributePKModifier and TypeMethodDescriptionEntityCollectionAttributeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityCollectionAttributeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityCollectionAttributeFactory.getPKsFromResultSetAsList(ResultSet rs) EntityCollectionAttributeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityCollectionAttributePKModifier and TypeMethodDescriptionEntityCollectionAttributeFactory.getEntityFromCache(EntityCollectionAttributePK pk) EntityCollectionAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityCollectionAttributePK pk) EntityCollectionAttributeFactory.getValueFromPK(EntityCollectionAttributePK pk) voidEntityCollectionAttributeFactory.remove(EntityCollectionAttributePK pk) booleanEntityCollectionAttributeFactory.validPK(EntityCollectionAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityCollectionAttributePKModifier and TypeMethodDescriptionEntityCollectionAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityCollectionAttributePK> pks) EntityCollectionAttributeFactory.getValuesFromPKs(Collection<EntityCollectionAttributePK> pks) voidEntityCollectionAttributeFactory.remove(Collection<EntityCollectionAttributePK> pks) -
Uses of EntityCollectionAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityCollectionAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityCollectionAttributePKModifierConstructorDescriptionEntityCollectionAttributeValue(EntityCollectionAttributePK entityCollectionAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) Creates a new instance of EntityCollectionAttributeValue -
Uses of EntityCollectionAttributePK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return EntityCollectionAttributePKModifier and TypeMethodDescriptionEntityCollectionAttributes.EntityCollectionAttribute()Getter forentitycollectionattributes.eca_entitycollectionattributeid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type EntityCollectionAttributePKModifier and TypeMethodDescriptionorg.jooq.Record1<EntityCollectionAttributePK> EntityCollectionAttributes.key()Methods in com.echothree.model.jooq.server.records.core with parameters of type EntityCollectionAttributePKModifier and TypeMethodDescriptionvoidEntityCollectionAttributes.EntityCollectionAttribute(EntityCollectionAttributePK value) Setter forentitycollectionattributes.eca_entitycollectionattributeid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type EntityCollectionAttributePKModifierConstructorDescriptionEntityCollectionAttributes(EntityCollectionAttributePK EntityCollectionAttribute, EntityAttributePK EntityAttribute, EntityInstancePK EntityInstance, EntityInstancePK EntityInstanceAttribute, Long FromTime, Long ThruTime) Create a detached, initialised EntityCollectionAttributes -
Uses of EntityCollectionAttributePK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type EntityCollectionAttributePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<EntityCollectionAttributes, EntityCollectionAttributePK> EntityCollectionAttributes.ENTITY_COLLECTION_ATTRIBUTEThe columnentitycollectionattributes.eca_entitycollectionattributeid.