org.apache.openjpa.persistence.meta
Class Types

java.lang.Object
  extended by org.apache.openjpa.persistence.meta.Types

public class Types
extends Object

Persistent Type according to JPA 2.0. Implemented as a thin adapter to OpenJPA metadata system. Mostly immutable.

Since:
2.0.0
Author:
Pinaki Poddar

Nested Class Summary
static class Types.Basic<X>
           
static class Types.Embeddable<X>
           
static class Types.Entity<X>
           
static class Types.Identifiable<X>
          Return the Java type of the represented object.
static class Types.MappedSuper<X>
           
static class Types.PseudoEntity<X>
          A pseudo managed type used to represent keys of a java.util.Map as a pseudo attribute.
 
Field Summary
protected static Localizer _loc
           
 
Constructor Summary
Types()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_loc

protected static Localizer _loc
Constructor Detail

Types

public Types()


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.