Internal Website Search
1-3 of 3 resultsjavax.persistence.metamodel.BasicType JPA Interface BasicType Type Parameters: - The type of the represented basic type Super Interfaces: Type Instances of the type BasicType represent basic types (including temporal and enumerated types). Since: JPA 2.0 Public Methods Class getJavaType () Return the represented Java type. Return | |
JPA Metamodel API descendant interfaces of the Type interface: BasicType - represents system defined types. ManagedType | |
Unlimited JPA Persistable Types I think it would be revolutionary if it were possible to persist any Java object, not just the standard SQL-based objects. Perhaps introducing an annotation will allow for this, something like @ BasicType . The ability to store the state of an entire application would be a new innovative approach |