Uses of Interface
org.eclipse.persistence.dynamic.DynamicEntity
-
Packages that use DynamicEntity Package Description org.eclipse.persistence.dynamic org.eclipse.persistence.exceptions org.eclipse.persistence.internal.dynamic -
-
Uses of DynamicEntity in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic that return DynamicEntity Modifier and Type Method Description DynamicEntityDynamicHelper. newDynamicEntity(String typeName)DynamicEntityDynamicType. newDynamicEntity()DynamicEntityDynamicEntity. set(String propertyName, Object value)Set the persistence value for the given property to the specified valueMethods in org.eclipse.persistence.dynamic that return types with arguments of type DynamicEntity Modifier and Type Method Description Class<? extends DynamicEntity>DynamicType. getJavaClass()Methods in org.eclipse.persistence.dynamic with parameters of type DynamicEntity Modifier and Type Method Description static DynamicTypeDynamicHelper. getType(DynamicEntity entity)Provide access to the entity's type. -
Uses of DynamicEntity in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions with parameters of type DynamicEntity Modifier and Type Method Description static DynamicExceptionDynamicException. entityHasNullType(DynamicEntity entity)TheDynamicEntityhas a null type indicating an illegal state of the entity. -
Uses of DynamicEntity in org.eclipse.persistence.internal.dynamic
Classes in org.eclipse.persistence.internal.dynamic that implement DynamicEntity Modifier and Type Class Description classDynamicEntityImplThis abstract class is used to represent an entity which typically is not realized in Java code.Methods in org.eclipse.persistence.internal.dynamic that return DynamicEntity Modifier and Type Method Description DynamicEntityDynamicTypeImpl. newDynamicEntity()DynamicEntityDynamicEntityImpl. set(String propertyName, Object value)DynamicEntityDynamicEntityImpl. set(String propertyName, Object value, boolean firePropertyChange)Sets the.Methods in org.eclipse.persistence.internal.dynamic that return types with arguments of type DynamicEntity Modifier and Type Method Description Class<? extends DynamicEntity>DynamicTypeImpl. getJavaClass()Methods in org.eclipse.persistence.internal.dynamic with parameters of type DynamicEntity Modifier and Type Method Description voidDynamicPropertiesManager. postConstruct(DynamicEntity entity)
-