org.castor.jdo.jpa.natures
Class JPAClassNature

java.lang.Object
  extended by org.castor.core.nature.BaseNature
      extended by org.castor.jdo.jpa.natures.JPAClassNature

public class JPAClassNature
extends BaseNature

A BaseNature extension, that gives access to information derived from class bound JPA annotations.

Since:
1.3
Author:
Peter Schmidt
See Also:
PropertyHolder

Constructor Summary
JPAClassNature(PropertyHolder holder)
          Instantiate a JPAClassNature to access the given PropertyHolder.
 
Method Summary
 java.lang.String getId()
          
 
Methods inherited from class org.castor.core.nature.BaseNature
getBooleanPropertyDefaultFalse, getHolder, getProperty, getPropertyAsList, getPropertyAsMap, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAClassNature

public JPAClassNature(PropertyHolder holder)
Instantiate a JPAClassNature to access the given PropertyHolder.

Parameters:
holder - The underlying PropertyHolder (obviously a ClassInfo).
See Also:
PropertyHolder
Method Detail

getId

public java.lang.String getId()

See Also:
Nature.getId()


Copyright © 2011. All Rights Reserved.