Package org.jboss.system.server.profileservice.persistence.xml

Examples of org.jboss.system.server.profileservice.persistence.xml.NullValue


   {
      if(log.isTraceEnabled())
         log.trace("creating persisted value for : " + value + " with metaType " + metaType);
     
      if(value == null)
         return new NullValue();

      // Override the metaType e.g. the MapCompositeValueSupport
      metaType = value.getMetaType();

View Full Code Here

TOP

Related Classes of org.jboss.system.server.profileservice.persistence.xml.NullValue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.