Uses of Class
com.echothree.model.data.core.common.pk.EntityClobAttributePK
Packages that use EntityClobAttributePK
Package
Description
-
Uses of EntityClobAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityClobAttributePK -
Uses of EntityClobAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityClobAttributePKModifier and TypeMethodDescriptionEntityClobAttributeFactory.getNextPK()
EntityClobAttributeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityClobAttributeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityClobAttributePKModifier and TypeMethodDescriptionEntityClobAttributeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityClobAttributeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityClobAttributeFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityClobAttributeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityClobAttributePKModifier and TypeMethodDescriptionEntityClobAttributeFactory.getEntityFromCache
(Session session, EntityClobAttributePK pk) EntityClobAttributeFactory.getEntityFromPK
(EntityPermission entityPermission, EntityClobAttributePK pk) EntityClobAttributeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityClobAttributePK pk) EntityClobAttributeFactory.getValueFromPK
(Session session, EntityClobAttributePK pk) void
EntityClobAttributeFactory.remove
(Session session, EntityClobAttributePK pk) boolean
EntityClobAttributeFactory.validPK
(Session session, EntityClobAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityClobAttributePKModifier and TypeMethodDescriptionEntityClobAttributeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityClobAttributePK> pks) EntityClobAttributeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityClobAttributePK> pks) EntityClobAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityClobAttributePK> pks) void
EntityClobAttributeFactory.remove
(Session session, Collection<EntityClobAttributePK> pks) void
EntityClobAttributeFactory.remove
(Collection<EntityClobAttributePK> pks) -
Uses of EntityClobAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityClobAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityClobAttributePKModifierConstructorDescriptionEntityClobAttributeValue
(EntityClobAttributePK entityClobAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String clobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of EntityClobAttributeValue