 48 | Method javax.persistence.metamodel.Type Class getJavaType() Return the represented Java type. Returns: Java type Since: JPA 2.0 |
 48 | Method javax.persistence.metamodel.Type PersistenceType getPersistenceType() Return the persistence type. Returns: persistence type Since: JPA 2.0 |
 48 | Method javax.persistence.criteria.AbstractQuery Subquery subquery( Class type ) Create a subquery of the query. Parameters: type - the subquery result type Returns: subquery Since: JPA 2.0 |
 48 | Method javax.persistence.criteria.Path Expression> type() Create an expression corresponding to the type of the path. Returns: expression corresponding to the type of the path Since: JPA 2.0 |
 48 | Static Method javax.persistence.metamodel.Type.PersistenceType PersistenceType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate ... ) Returns: an array containing the constants of this enum type, in the order they are declared |
 47 | Enum Constant javax.persistence.metamodel.Bindable.BindableType ENTITY_TYPE Entity type Since: JPA 2.0 |
 47 | Enum Constant javax.persistence.metamodel.Type.PersistenceType BASIC Basic type Since: JPA 2.0 |
 46 | Static Field javax.jdo.Constants String OPTION_MAPPING_HETEROGENEOUS_INTERFACE_TYPE "javax.jdo.option.mapping.HeterogeneousInterfaceType" Since: JDO 2.1 See Also: PersistenceManagerFactory.supportedOptions() |
 46 | Static Field javax.jdo.Constants String OPTION_MAPPING_HETEROGENEOUS_OBJECT_TYPE "javax.jdo.option.mapping.HeterogeneousObjectType" Since: JDO 2.1 See Also: PersistenceManagerFactory.supportedOptions() |
 46 | Annotation Element javax.persistence.PersistenceContext PersistenceContextType type (Optional) Specifies whether a transaction-scoped persistence context or an extended persistence context is to be used. Default value: javax.persistence.PersistenceContextType.TRANSACTION Since: JPA 1.0 |