Uses of Class
org.apache.openejb.jee.jba.cmp.PostTableCreate

Packages that use PostTableCreate
org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of PostTableCreate in org.apache.openejb.jee.jba.cmp
 

Fields in org.apache.openejb.jee.jba.cmp declared as PostTableCreate
protected  PostTableCreate Entity.postTableCreate
           
protected  PostTableCreate RelationTableMapping.postTableCreate
           
protected  PostTableCreate Defaults.postTableCreate
           
 

Methods in org.apache.openejb.jee.jba.cmp that return PostTableCreate
 PostTableCreate ObjectFactory.createPostTableCreate()
          Create an instance of PostTableCreate
 PostTableCreate Entity.getPostTableCreate()
          Gets the value of the postTableCreate property.
 PostTableCreate RelationTableMapping.getPostTableCreate()
          Gets the value of the postTableCreate property.
 PostTableCreate Defaults.getPostTableCreate()
          Gets the value of the postTableCreate property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type PostTableCreate
 void Entity.setPostTableCreate(PostTableCreate value)
          Sets the value of the postTableCreate property.
 void RelationTableMapping.setPostTableCreate(PostTableCreate value)
          Sets the value of the postTableCreate property.
 void Defaults.setPostTableCreate(PostTableCreate value)
          Sets the value of the postTableCreate property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.