Uses of Interface
org.plasma.provisioning.rdb.mysql.v5_5.View

Packages that use View
org.plasma.provisioning.rdb.mysql.v5_5   
org.plasma.provisioning.rdb.mysql.v5_5.impl   
 

Uses of View in org.plasma.provisioning.rdb.mysql.v5_5
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5 that return View
 View Table.createView()
          Creates and returns a new instance of Type View automatically establishing a containment relationship through the object's reference property, view.
 View[] Table.getView()
          Returns an array of View set for the object's multi-valued property view.
 View Table.getView(int idx)
          Returns the View set for the object's multi-valued property view based on the given index.
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5 with parameters of type View
 void Table.addView(View value)
          Adds the given value of Type View for the object's multi-valued property view.
 void Table.removeView(View value)
          Removes the given value of Type View for the object's multi-valued property view.
 void Table.setView(View[] value)
          Sets the given array of Type View for the object's multi-valued property view.
 

Uses of View in org.plasma.provisioning.rdb.mysql.v5_5.impl
 

Classes in org.plasma.provisioning.rdb.mysql.v5_5.impl that implement View
 class ViewImpl
          Generated implementation class representing the domain model entity View.
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5.impl that return View
 View TableImpl.createView()
          Creates and returns a new instance of Type View automatically establishing a containment relationship through the object's reference property, view.
 View[] TableImpl.getView()
           
 View TableImpl.getView(int idx)
           
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5.impl with parameters of type View
 void TableImpl.addView(View value)
           
 void TableImpl.removeView(View value)
           
 void TableImpl.setView(View[] value)
           
 



Copyright © 2013. All rights reserved.