Uses of Class
com.echothree.model.data.core.common.pk.EntityAppearancePK
Packages that use EntityAppearancePK
Package
Description
-
Uses of EntityAppearancePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAppearancePK -
Uses of EntityAppearancePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAppearancePKModifier and TypeMethodDescriptionEntityAppearanceFactory.getNextPK()EntityAppearanceFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityAppearanceFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAppearancePKModifier and TypeMethodDescriptionEntityAppearanceFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityAppearanceFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityAppearanceFactory.getPKsFromResultSetAsList(ResultSet rs) EntityAppearanceFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAppearancePKModifier and TypeMethodDescriptionEntityAppearanceFactory.getEntityFromCache(EntityAppearancePK pk) EntityAppearanceFactory.getEntityFromPK(EntityPermission entityPermission, EntityAppearancePK pk) EntityAppearanceFactory.getValueFromPK(EntityAppearancePK pk) voidEntityAppearanceFactory.remove(EntityAppearancePK pk) booleanEntityAppearanceFactory.validPK(EntityAppearancePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAppearancePKModifier and TypeMethodDescriptionEntityAppearanceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAppearancePK> pks) EntityAppearanceFactory.getValuesFromPKs(Collection<EntityAppearancePK> pks) voidEntityAppearanceFactory.remove(Collection<EntityAppearancePK> pks) -
Uses of EntityAppearancePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAppearancePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityAppearancePKModifierConstructorDescriptionEntityAppearanceValue(EntityAppearancePK entityAppearancePK, EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) Creates a new instance of EntityAppearanceValue -
Uses of EntityAppearancePK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return EntityAppearancePKModifier and TypeMethodDescriptionEntityAppearances.EntityAppearance()Getter forentityappearances.eniapprnc_entityappearanceid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type EntityAppearancePKMethods in com.echothree.model.jooq.server.records.core with parameters of type EntityAppearancePKModifier and TypeMethodDescriptionvoidEntityAppearances.EntityAppearance(EntityAppearancePK value) Setter forentityappearances.eniapprnc_entityappearanceid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type EntityAppearancePKModifierConstructorDescriptionEntityAppearances(EntityAppearancePK EntityAppearance, EntityInstancePK EntityInstance, AppearancePK Appearance, Long FromTime, Long ThruTime) Create a detached, initialised EntityAppearances -
Uses of EntityAppearancePK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type EntityAppearancePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<EntityAppearances, EntityAppearancePK> EntityAppearances.ENTITY_APPEARANCEThe columnentityappearances.eniapprnc_entityappearanceid.