Uses of Class
com.echothree.model.data.core.common.pk.EntityAttributeDescriptionPK
Packages that use EntityAttributeDescriptionPK
Package
Description
-
Uses of EntityAttributeDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeDescriptionPK -
Uses of EntityAttributeDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeDescriptionPKModifier and TypeMethodDescriptionEntityAttributeDescriptionFactory.getNextPK()
EntityAttributeDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityAttributeDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeDescriptionPKModifier and TypeMethodDescriptionEntityAttributeDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityAttributeDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityAttributeDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityAttributeDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeDescriptionPKModifier and TypeMethodDescriptionEntityAttributeDescriptionFactory.getEntityFromCache
(Session session, EntityAttributeDescriptionPK pk) EntityAttributeDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, EntityAttributeDescriptionPK pk) EntityAttributeDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityAttributeDescriptionPK pk) EntityAttributeDescriptionFactory.getValueFromPK
(Session session, EntityAttributeDescriptionPK pk) void
EntityAttributeDescriptionFactory.remove
(Session session, EntityAttributeDescriptionPK pk) boolean
EntityAttributeDescriptionFactory.validPK
(Session session, EntityAttributeDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeDescriptionPKModifier and TypeMethodDescriptionEntityAttributeDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityAttributeDescriptionPK> pks) EntityAttributeDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityAttributeDescriptionPK> pks) EntityAttributeDescriptionFactory.getValuesFromPKs
(Session session, Collection<EntityAttributeDescriptionPK> pks) void
EntityAttributeDescriptionFactory.remove
(Session session, Collection<EntityAttributeDescriptionPK> pks) void
EntityAttributeDescriptionFactory.remove
(Collection<EntityAttributeDescriptionPK> pks) -
Uses of EntityAttributeDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityAttributeDescriptionPKModifierConstructorDescriptionEntityAttributeDescriptionValue
(EntityAttributeDescriptionPK entityAttributeDescriptionPK, EntityAttributePK entityAttributePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeDescriptionValue