Uses of Class
cloud.quinimbus.persistence.api.entity.UnparseableValueException
Packages that use UnparseableValueException
-
Uses of UnparseableValueException in cloud.quinimbus.persistence.api
Methods in cloud.quinimbus.persistence.api that throw UnparseableValueExceptionModifier and TypeMethodDescriptionPersistenceContext.newEmbedded(EmbeddedPropertyType type, EntityType parentType, List<String> path, Map<String, Object> properties) PersistenceContext.newEmbedded(EmbeddedPropertyType type, EntityType parentType, List<String> path, Map<String, Object> properties, Map<String, Object> transientFields) <K> Entity<K> PersistenceContext.newEntity(K id, EntityType type, Map<String, Object> properties) <K> Entity<K> PersistenceContext.newEntity(K id, EntityType type, Map<String, Object> properties, Map<String, Object> transientFields) -
Uses of UnparseableValueException in cloud.quinimbus.persistence.api.entity
Methods in cloud.quinimbus.persistence.api.entity that throw UnparseableValueException